#EFCBB6

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

Shades of Watusi #EFCBB6

Tints of Watusi #EFCBB6

Color information

#EFCBB6 (or 0xEFCBB6) is unknown color: approx Watusi. HEX triplet: EF, CB and B6. RGB value is (239,203,182). Sum of RGB (Red+Green+Blue) = 239+203+182=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBB6 is #103449. Grayscale: #D3D3D3. Windows color (decimal): -1061962 or 11979759. OLE color: 11979759.

HSL color Cylindrical-coordinate representation of color #EFCBB6: hue angle of 22.11º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFCBB6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239203182-
CMYK00.150.240.06
HSL22.11º64.04%82.55%-
HSV(B)22.11º23.85%93.73%-
XYZ65.464.4453.25-
YUV211.37111.43147.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 182 (71.48% from 255) = 29.17%
R=38.30%
G=32.53%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920318200.150.240.0622.1164.0482.55
HexEFCBB60F186164053
Octal35731326601730626100123
Binary11101111110010111011011001111110001101011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBB6; }

 p { color: rgb(239,203,182); }

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

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

 a { background-color: rgb(239,203,182); }

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

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

 span { border-color: rgb(239,203,182); }

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