#EECCBC

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

Shades of Watusi #EECCBC

Tints of Watusi #EECCBC

Color information

#EECCBC (or 0xEECCBC) is unknown color: approx Watusi. HEX triplet: EE, CC and BC. RGB value is (238,204,188). Sum of RGB (Red+Green+Blue) = 238+204+188=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCBC is #113343. Grayscale: #D4D4D4. Windows color (decimal): -1127236 or 12373230. OLE color: 12373230.

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

Color convert

RGB238204188-
CMYK00.140.210.07
HSL19.2º59.52%83.53%-
HSV(B)19.2º21.01%93.33%-
XYZ65.9364.9956.65-
YUV212.34114.26146.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=37.78%
G=32.38%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820418800.140.210.0719.259.5283.53
HexEECCBC0E157133c54
Octal3563142740162572374124
Binary1110111011001100101111000111010101111100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCBC; }

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

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

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

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

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

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

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

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