#E2AE9D

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

Shades of Shilo #E2AE9D

Tints of Shilo #E2AE9D

Color information

#E2AE9D (or 0xE2AE9D) is unknown color: approx Shilo. HEX triplet: E2, AE and 9D. RGB value is (226,174,157). Sum of RGB (Red+Green+Blue) = 226+174+157=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AE9D is #1D5162. Grayscale: #BBBBBB. Windows color (decimal): -1921379 or 10333922. OLE color: 10333922.

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

Color convert

RGB226174157-
CMYK00.230.310.11
HSL14.78º54.33%75.1%-
HSV(B)14.78º30.53%88.63%-
XYZ52.5948.8838.56-
YUV187.61110.73155.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=40.57%
G=31.24%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617415700.230.310.1114.7854.3375.1
HexE2AE9D0171FBf364b
Octal34225623502737131766113
Binary11100010101011101001110101011111111101111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AE9D; }

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

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

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

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

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

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

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

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