#EACEBD

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

Shades of Watusi #EACEBD

Tints of Watusi #EACEBD

Color information

#EACEBD (or 0xEACEBD) is unknown color: approx Watusi. HEX triplet: EA, CE and BD. RGB value is (234,206,189). Sum of RGB (Red+Green+Blue) = 234+206+189=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEBD is #153142. Grayscale: #D4D4D4. Windows color (decimal): -1388867 or 12439274. OLE color: 12439274.

HSL color Cylindrical-coordinate representation of color #EACEBD: hue angle of 22.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACEBD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234206189-
CMYK00.120.190.08
HSL22.67º51.72%82.94%-
HSV(B)22.67º19.23%91.76%-
XYZ65.1965.3157.31-
YUV212.43114.78143.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=37.20%
G=32.75%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420618900.120.190.0822.6751.7282.94
HexEACEBD0C138173453
Octal35231627501423102764123
Binary11101010110011101011110101100100111000101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEBD; }

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

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

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

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

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

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

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

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