#E9B2A2

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

Shades of Shilo #E9B2A2

Tints of Shilo #E9B2A2

Color information

#E9B2A2 (or 0xE9B2A2) is unknown color: approx Shilo. HEX triplet: E9, B2 and A2. RGB value is (233,178,162). Sum of RGB (Red+Green+Blue) = 233+178+162=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B2A2 is #164D5D. Grayscale: #C0C0C0. Windows color (decimal): -1461598 or 10662633. OLE color: 10662633.

HSL color Cylindrical-coordinate representation of color #E9B2A2: hue angle of 13.52º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B2A2 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233178162-
CMYK00.240.300.09
HSL13.52º61.74%77.45%-
HSV(B)13.52º30.47%91.37%-
XYZ56.0551.7741.22-
YUV192.62110.72156.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 162 (63.67% from 255) = 28.27%
R=40.66%
G=31.06%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317816200.240.300.0913.5261.7477.45
HexE9B2A20181E9e3e4d
Octal35126224203036111676115
Binary11101001101100101010001001100011110100111101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B2A2; }

 p { color: rgb(233,178,162); }

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

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

 a { background-color: rgb(233,178,162); }

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

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

 span { border-color: rgb(233,178,162); }

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