#EED0C0

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

Shades of Watusi #EED0C0

Tints of Watusi #EED0C0

Color information

#EED0C0 (or 0xEED0C0) is unknown color: approx Watusi. HEX triplet: EE, D0 and C0. RGB value is (238,208,192). Sum of RGB (Red+Green+Blue) = 238+208+192=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0C0 is #112F3F. Grayscale: #D7D7D7. Windows color (decimal): -1126208 or 12636398. OLE color: 12636398.

HSL color Cylindrical-coordinate representation of color #EED0C0: hue angle of 20.87º 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 #EED0C0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238208192-
CMYK00.130.190.07
HSL20.87º57.5%84.31%-
HSV(B)20.87º19.33%93.33%-
XYZ67.3367.0959.27-
YUV215.15114.94144.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=37.30%
G=32.60%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820819200.130.190.0720.8757.584.31
HexEED0C00D137153a54
Octal3563203000152372572124
Binary1110111011010000110000000110110011111101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0C0; }

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

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

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

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

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

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

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

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