#E0ACA9

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

Shades of Shilo #E0ACA9

Tints of Shilo #E0ACA9

Color information

#E0ACA9 (or 0xE0ACA9) is unknown color: approx Shilo. HEX triplet: E0, AC and A9. RGB value is (224,172,169). Sum of RGB (Red+Green+Blue) = 224+172+169=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACA9 is #1F5356. Grayscale: #BBBBBB. Windows color (decimal): -2052951 or 11119840. OLE color: 11119840.

HSL color Cylindrical-coordinate representation of color #E0ACA9: hue angle of 3.27º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0ACA9 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224172169-
CMYK00.230.250.12
HSL3.27º47.01%77.06%-
HSV(B)3.27º24.55%87.84%-
XYZ52.6548.2244.07-
YUV187.21117.73154.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=39.65%
G=30.44%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417216900.230.250.123.2747.0177.06
HexE0ACA901719C32f4d
Octal3402542510273114357115
Binary111000001010110010101001010111110011100111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACA9; }

 p { color: rgb(224,172,169); }

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

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

 a { background-color: rgb(224,172,169); }

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

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

 span { border-color: rgb(224,172,169); }

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