#E2AE9F

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

Shades of Shilo #E2AE9F

Tints of Shilo #E2AE9F

Color information

#E2AE9F (or 0xE2AE9F) is unknown color: approx Shilo. HEX triplet: E2, AE and 9F. RGB value is (226,174,159). Sum of RGB (Red+Green+Blue) = 226+174+159=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AE9F is #1D5160. Grayscale: #BBBBBB. Windows color (decimal): -1921377 or 10464994. OLE color: 10464994.

HSL color Cylindrical-coordinate representation of color #E2AE9F: hue angle of 13.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AE9F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226174159-
CMYK00.230.300.11
HSL13.43º53.6%75.49%-
HSV(B)13.43º29.65%88.63%-
XYZ52.7648.9439.47-
YUV187.84111.73155.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=40.43%
G=31.13%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617415900.230.300.1113.4353.675.49
HexE2AE9F0171EBd364b
Octal34225623702736131566113
Binary11100010101011101001111101011111110101111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AE9F; }

 p { color: rgb(226,174,159); }

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

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

 a { background-color: rgb(226,174,159); }

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

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

 span { border-color: rgb(226,174,159); }

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