Shades of Shilo #E9A29B
Tints of Shilo #E9A29B
RGB
CMYK
RGB Variations
Color information
#E9A29B (or 0xE9A29B) is known color: Shilo. HEX triplet: E9, A2 and 9B. RGB value is (233,162,155). Sum of RGB (Red+Green+Blue) = 233+162+155=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A29B is #165D64. Grayscale: #B6B6B6. Windows color (decimal): -1465701 or 10199785. OLE color: 10199785.
HSL color Cylindrical-coordinate representation of color #E9A29B: hue angle of 5.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9A29B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 162 | 155 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.09 |
| HSL | 5.38º | 0.64% | 0.76% | - |
| HSV(B) | 5.38º | 0.33% | 0.91% | - |
| XYZ | 52.44 | 45.53 | 37.03 | - |
| YUV | 182.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 162 | 155 | 0 | 0.30 | 0.33 | 0.09 | 5.38 | 0.64 | 0.76 |
| Hex | E9 | A2 | 9B | 0 | 1E | 21 | 9 | 5 | 40 | 4C |
| Octal | 351 | 242 | 233 | 0 | 36 | 41 | 11 | 5 | 100 | 114 |
| Binary | 11101001 | 10100010 | 10011011 | 0 | 11110 | 100001 | 1001 | 101 | 1000000 | 1001100 |
Color Harmonies of #E9A29B
Complementary color
Monochromatic Colors of #E9A29B
Black with #E9A29B
Text Example
Text Example
White with #E9A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A29B; }
p { color: rgb(233,162,155); }
H1.HeaderClassName
{
color: #E9A29B;
}
.AnyTagClassName
{
color: #E9A29B;
}
</style>
background-color css
<style>
a { background-color: #E9A29B; }
a { background-color: rgb(233,162,155); }
div.DivClassName
{
background-color: #E9A29B;
}
.BgClassName
{
background-color: #E9A29B;
}
</style>
border-color css
<style>
span { border-color: #E9A29B; }
span { border-color: rgb(233,162,155); }
td.TdClassName
{
border-color: #E9A29B;
}
.TagClassName
{
border-color: #E9A29B;
}
</style>