#EECDBA

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

Shades of Watusi #EECDBA

Tints of Watusi #EECDBA

Color information

#EECDBA (or 0xEECDBA) is unknown color: approx Watusi. HEX triplet: EE, CD and BA. RGB value is (238,205,186). Sum of RGB (Red+Green+Blue) = 238+205+186=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDBA is #113245. Grayscale: #D4D4D4. Windows color (decimal): -1126982 or 12242414. OLE color: 12242414.

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

Color convert

RGB238205186-
CMYK00.140.220.07
HSL21.92º60.47%83.14%-
HSV(B)21.92º21.85%93.33%-
XYZ65.9565.3855.6-
YUV212.7112.93146.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=37.84%
G=32.59%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820518600.140.220.0721.9260.4783.14
HexEECDBA0E167163c53
Octal3563152720162672674123
Binary1110111011001101101110100111010110111101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDBA; }

 p { color: rgb(238,205,186); }

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

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

 a { background-color: rgb(238,205,186); }

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

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

 span { border-color: rgb(238,205,186); }

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