#EECEBD

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

Shades of Watusi #EECEBD

Tints of Watusi #EECEBD

Color information

#EECEBD (or 0xEECEBD) is unknown color: approx Watusi. HEX triplet: EE, CE and BD. RGB value is (238,206,189). Sum of RGB (Red+Green+Blue) = 238+206+189=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEBD is #113142. Grayscale: #D5D5D5. Windows color (decimal): -1126723 or 12439278. OLE color: 12439278.

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

Color convert

RGB238206189-
CMYK00.130.210.07
HSL20.82º59.04%83.73%-
HSV(B)20.82º20.59%93.33%-
XYZ66.5265.9957.38-
YUV213.63114.1145.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=37.60%
G=32.54%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820618900.130.210.0720.8259.0483.73
HexEECEBD0D157153b54
Octal3563162750152572573124
Binary1110111011001110101111010110110101111101011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEBD; }

 p { color: rgb(238,206,189); }

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

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

 a { background-color: rgb(238,206,189); }

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

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

 span { border-color: rgb(238,206,189); }

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