#EECCC0

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

Shades of Watusi #EECCC0

Tints of Watusi #EECCC0

Color information

#EECCC0 (or 0xEECCC0) is unknown color: approx Watusi. HEX triplet: EE, CC and C0. RGB value is (238,204,192). Sum of RGB (Red+Green+Blue) = 238+204+192=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC0 is #11333F. Grayscale: #D4D4D4. Windows color (decimal): -1127232 or 12635374. OLE color: 12635374.

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

Color convert

RGB238204192-
CMYK00.140.190.07
HSL15.65º57.5%84.31%-
HSV(B)15.65º19.33%93.33%-
XYZ66.3765.1758.95-
YUV212.8116.26145.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=37.54%
G=32.18%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820419200.140.190.0715.6557.584.31
HexEECCC00E137103a54
Octal3563143000162372072124
Binary1110111011001100110000000111010011111100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCC0; }

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

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

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

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

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

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

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

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