#E9BAAA

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

Shades of Shilo #E9BAAA

Tints of Shilo #E9BAAA

Color information

#E9BAAA (or 0xE9BAAA) is unknown color: approx Shilo. HEX triplet: E9, BA and AA. RGB value is (233,186,170). Sum of RGB (Red+Green+Blue) = 233+186+170=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BAAA is #164555. Grayscale: #C6C6C6. Windows color (decimal): -1459542 or 11188969. OLE color: 11188969.

HSL color Cylindrical-coordinate representation of color #E9BAAA: hue angle of 15.24º 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 #E9BAAA is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233186170-
CMYK00.200.270.09
HSL15.24º58.88%79.02%-
HSV(B)15.24º27.04%91.37%-
XYZ58.4255.3445.63-
YUV198.23112.07152.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=39.56%
G=31.58%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318617000.200.270.0915.2458.8879.02
HexE9BAAA0141B9f3b4f
Octal35127225202433111773117
Binary11101001101110101010101001010011011100111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BAAA; }

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

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

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

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

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

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

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

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