#EFCCBE

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

Shades of Watusi #EFCCBE

Tints of Watusi #EFCCBE

Color information

#EFCCBE (or 0xEFCCBE) is unknown color: approx Watusi. HEX triplet: EF, CC and BE. RGB value is (239,204,190). Sum of RGB (Red+Green+Blue) = 239+204+190=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBE is #103341. Grayscale: #D4D4D4. Windows color (decimal): -1061698 or 12504303. OLE color: 12504303.

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

Color convert

RGB239204190-
CMYK00.150.210.06
HSL17.14º60.49%84.12%-
HSV(B)17.14º20.5%93.73%-
XYZ66.4865.2557.81-
YUV212.87115.1146.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=37.76%
G=32.23%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920419000.150.210.0617.1460.4984.12
HexEFCCBE0F156113c54
Octal3573142760172562174124
Binary1110111111001100101111100111110101110100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCBE; }

 p { color: rgb(239,204,190); }

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

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

 a { background-color: rgb(239,204,190); }

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

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

 span { border-color: rgb(239,204,190); }

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