#EF929C

Color #EF929C Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #EF929C

Tints of Wewak #EF929C

Color information

#EF929C (or 0xEF929C) is unknown color: approx Wewak. HEX triplet: EF, 92 and 9C. RGB value is (239,146,156). Sum of RGB (Red+Green+Blue) = 239+146+156=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF929C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF929C is #106D63. Grayscale: #AFAFAF. Windows color (decimal): -1076580 or 10261231. OLE color: 10261231.

HSL color Cylindrical-coordinate representation of color #EF929C: hue angle of 353.55º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF929C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239146156-
CMYK00.390.350.06
HSL353.55º74.4%75.49%-
HSV(B)353.55º38.91%93.73%-
XYZ51.8841.3136.69-
YUV174.95117.31173.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=44.18%
G=26.99%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914615600.390.350.06353.5574.475.49
HexEF929C0272361624a4b
Octal357222234047436542112113
Binary111011111001001010011100010011110001111010110001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF929C; }

 p { color: rgb(239,146,156); }

 H1.HeaderClassName
 {
   color: #EF929C;
 }
 .AnyTagClassName
 {
   color: #EF929C;
 }
</style>
background-color css

<style>
 a { background-color: #EF929C; }

 a { background-color: rgb(239,146,156); }

 div.DivClassName
 {
   background-color: #EF929C;
 }
 .BgClassName
 {
   background-color: #EF929C;
 }
</style>
border-color css

<style>
 span { border-color: #EF929C; }

 span { border-color: rgb(239,146,156); }

 td.TdClassName
 {
   border-color: #EF929C;
 }
 .TagClassName
 {
   border-color: #EF929C;
 }
</style>