#EECCB8

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

Shades of Watusi #EECCB8

Tints of Watusi #EECCB8

Color information

#EECCB8 (or 0xEECCB8) is unknown color: approx Watusi. HEX triplet: EE, CC and B8. RGB value is (238,204,184). Sum of RGB (Red+Green+Blue) = 238+204+184=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCB8 is #113347. Grayscale: #D4D4D4. Windows color (decimal): -1127240 or 12111086. OLE color: 12111086.

HSL color Cylindrical-coordinate representation of color #EECCB8: hue angle of 22.22º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EECCB8 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB238204184-
CMYK00.140.230.07
HSL22.22º61.36%82.75%-
HSV(B)22.22º22.69%93.33%-
XYZ65.564.8254.41-
YUV211.89112.26146.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=38.02%
G=32.59%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820418400.140.230.0722.2261.3682.75
HexEECCB80E177163d53
Octal3563142700162772675123
Binary1110111011001100101110000111010111111101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCB8; }

 p { color: rgb(238,204,184); }

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

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

 a { background-color: rgb(238,204,184); }

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

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

 span { border-color: rgb(238,204,184); }

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