#E0AEA9

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

Shades of Shilo #E0AEA9

Tints of Shilo #E0AEA9

Color information

#E0AEA9 (or 0xE0AEA9) is unknown color: approx Shilo. HEX triplet: E0, AE and A9. RGB value is (224,174,169). Sum of RGB (Red+Green+Blue) = 224+174+169=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AEA9 is #1F5156. Grayscale: #BCBCBC. Windows color (decimal): -2052439 or 11120352. OLE color: 11120352.

HSL color Cylindrical-coordinate representation of color #E0AEA9: hue angle of 5.45º 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 #E0AEA9 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224174169-
CMYK00.220.250.12
HSL5.45º47.01%77.06%-
HSV(B)5.45º24.55%87.84%-
XYZ53.0448.9844.2-
YUV188.38117.06153.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=39.51%
G=30.69%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417416900.220.250.125.4547.0177.06
HexE0AEA901619C52f4d
Octal3402562510263114557115
Binary1110000010101110101010010101101100111001011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEA9; }

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

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

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

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

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

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

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

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