#EAC9B9

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

Shades of Watusi #EAC9B9

Tints of Watusi #EAC9B9

Color information

#EAC9B9 (or 0xEAC9B9) is unknown color: approx Watusi. HEX triplet: EA, C9 and B9. RGB value is (234,201,185). Sum of RGB (Red+Green+Blue) = 234+201+185=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9B9 is #153646. Grayscale: #D1D1D1. Windows color (decimal): -1390151 or 12175850. OLE color: 12175850.

HSL color Cylindrical-coordinate representation of color #EAC9B9: hue angle of 19.59º 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 #EAC9B9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234201185-
CMYK00.140.210.08
HSL19.59º53.85%82.16%-
HSV(B)19.59º20.94%91.76%-
XYZ63.5862.7754.66-
YUV209.04114.43145.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=37.74%
G=32.42%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420118500.140.210.0819.5953.8582.16
HexEAC9B90E158143652
Octal35231127101625102466122
Binary11101010110010011011100101110101011000101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9B9; }

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

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

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

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

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

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

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

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