#E0AF9E

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

Shades of Shilo #E0AF9E

Tints of Shilo #E0AF9E

Color information

#E0AF9E (or 0xE0AF9E) is unknown color: approx Shilo. HEX triplet: E0, AF and 9E. RGB value is (224,175,158). Sum of RGB (Red+Green+Blue) = 224+175+158=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF9E is #1F5061. Grayscale: #BBBBBB. Windows color (decimal): -2052194 or 10399712. OLE color: 10399712.

HSL color Cylindrical-coordinate representation of color #E0AF9E: hue angle of 15.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AF9E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224175158-
CMYK00.220.290.12
HSL15.45º51.56%74.9%-
HSV(B)15.45º29.46%87.84%-
XYZ52.2448.9839.05-
YUV187.71111.23153.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=40.22%
G=31.42%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417515800.220.290.1215.4551.5674.9
HexE0AF9E0161DCf344b
Octal34025723602635141764113
Binary11100000101011111001111001011011101110011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF9E; }

 p { color: rgb(224,175,158); }

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

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

 a { background-color: rgb(224,175,158); }

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

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

 span { border-color: rgb(224,175,158); }

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