#E9AEAA

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

Shades of Shilo #E9AEAA

Tints of Shilo #E9AEAA

Color information

#E9AEAA (or 0xE9AEAA) is unknown color: approx Shilo. HEX triplet: E9, AE and AA. RGB value is (233,174,170). Sum of RGB (Red+Green+Blue) = 233+174+170=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AEAA is #165155. Grayscale: #BFBFBF. Windows color (decimal): -1462614 or 11185897. OLE color: 11185897.

HSL color Cylindrical-coordinate representation of color #E9AEAA: hue angle of 3.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AEAA is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233174170-
CMYK00.250.270.09
HSL3.81º58.88%79.02%-
HSV(B)3.81º27.04%91.37%-
XYZ5650.544.83-
YUV191.18116.05157.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=40.38%
G=30.16%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317417000.250.270.093.8158.8879.02
HexE9AEAA0191B943b4f
Octal3512562520313311473117
Binary1110100110101110101010100110011101110011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEAA; }

 p { color: rgb(233,174,170); }

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

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

 a { background-color: rgb(233,174,170); }

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

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

 span { border-color: rgb(233,174,170); }

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