#EACCB9

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

Shades of Watusi #EACCB9

Tints of Watusi #EACCB9

Color information

#EACCB9 (or 0xEACCB9) is unknown color: approx Watusi. HEX triplet: EA, CC and B9. RGB value is (234,204,185). Sum of RGB (Red+Green+Blue) = 234+204+185=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCB9 is #153346. Grayscale: #D2D2D2. Windows color (decimal): -1389383 or 12176618. OLE color: 12176618.

HSL color Cylindrical-coordinate representation of color #EACCB9: hue angle of 23.27º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EACCB9 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234204185-
CMYK00.130.210.08
HSL23.27º53.85%82.16%-
HSV(B)23.27º20.94%91.76%-
XYZ64.2864.1854.9-
YUV210.8113.44144.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=37.56%
G=32.74%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420418500.130.210.0823.2753.8582.16
HexEACCB90D158173652
Octal35231427101525102766122
Binary11101010110011001011100101101101011000101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCB9; }

 p { color: rgb(234,204,185); }

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

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

 a { background-color: rgb(234,204,185); }

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

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

 span { border-color: rgb(234,204,185); }

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