Shades of Shilo #EEAFA2
Tints of Shilo #EEAFA2
RGB
CMYK
RGB Variations
Color information
#EEAFA2 (or 0xEEAFA2) is known color: Shilo. HEX triplet: EE, AF and A2. RGB value is (238,175,162). Sum of RGB (Red+Green+Blue) = 238+175+162=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFA2 is #11505D. Grayscale: #C0C0C0. Windows color (decimal): -1134686 or 10661870. OLE color: 10661870.
HSL color Cylindrical-coordinate representation of color #EEAFA2: hue angle of 10.26º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAFA2 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 162 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 10.26º | 0.69% | 0.78% | - |
| HSV(B) | 10.26º | 0.32% | 0.93% | - |
| XYZ | 57.11 | 51.45 | 41.1 | - |
| YUV | 192.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 162 | 0 | 0.26 | 0.32 | 0.07 | 10.26 | 0.69 | 0.78 |
| Hex | EE | AF | A2 | 0 | 1A | 20 | 7 | A | 45 | 4E |
| Octal | 356 | 257 | 242 | 0 | 32 | 40 | 7 | 12 | 105 | 116 |
| Binary | 11101110 | 10101111 | 10100010 | 0 | 11010 | 100000 | 111 | 1010 | 1000101 | 1001110 |
Color Harmonies of #EEAFA2
Complementary color
Monochromatic Colors of #EEAFA2
Black with #EEAFA2
Text Example
Text Example
White with #EEAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFA2; }
p { color: rgb(238,175,162); }
H1.HeaderClassName
{
color: #EEAFA2;
}
.AnyTagClassName
{
color: #EEAFA2;
}
</style>
background-color css
<style>
a { background-color: #EEAFA2; }
a { background-color: rgb(238,175,162); }
div.DivClassName
{
background-color: #EEAFA2;
}
.BgClassName
{
background-color: #EEAFA2;
}
</style>
border-color css
<style>
span { border-color: #EEAFA2; }
span { border-color: rgb(238,175,162); }
td.TdClassName
{
border-color: #EEAFA2;
}
.TagClassName
{
border-color: #EEAFA2;
}
</style>