#E0A9A5

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

Shades of Shilo #E0A9A5

Tints of Shilo #E0A9A5

Color information

#E0A9A5 (or 0xE0A9A5) is unknown color: approx Shilo. HEX triplet: E0, A9 and A5. RGB value is (224,169,165). Sum of RGB (Red+Green+Blue) = 224+169+165=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A9A5 is #1F565A. Grayscale: #B9B9B9. Windows color (decimal): -2053723 or 10856928. OLE color: 10856928.

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

Color convert

RGB224169165-
CMYK00.250.260.12
HSL4.07º48.76%76.27%-
HSV(B)4.07º26.34%87.84%-
XYZ51.7246.9441.93-
YUV184.99116.72155.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=40.14%
G=30.29%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416916500.250.260.124.0748.7676.27
HexE0A9A50191AC4314c
Octal3402512450313214461114
Binary1110000010101001101001010110011101011001001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9A5; }

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

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

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

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

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

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

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

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