Shades of Shilo #EEAFA3
Tints of Shilo #EEAFA3
RGB
CMYK
RGB Variations
Color information
#EEAFA3 (or 0xEEAFA3) is known color: Shilo. HEX triplet: EE, AF and A3. RGB value is (238,175,163). Sum of RGB (Red+Green+Blue) = 238+175+163=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFA3 is #11505C. Grayscale: #C0C0C0. Windows color (decimal): -1134685 or 10727406. OLE color: 10727406.
HSL color Cylindrical-coordinate representation of color #EEAFA3: hue angle of 9.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEAFA3 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 163 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.07 |
| HSL | 9.6º | 0.69% | 0.79% | - |
| HSV(B) | 9.6º | 0.32% | 0.93% | - |
| XYZ | 57.2 | 51.48 | 41.57 | - |
| YUV | 192.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 163 | 0 | 0.26 | 0.32 | 0.07 | 9.6 | 0.69 | 0.79 |
| Hex | EE | AF | A3 | 0 | 1A | 20 | 7 | A | 45 | 4F |
| Octal | 356 | 257 | 243 | 0 | 32 | 40 | 7 | 12 | 105 | 117 |
| Binary | 11101110 | 10101111 | 10100011 | 0 | 11010 | 100000 | 111 | 1010 | 1000101 | 1001111 |
Color Harmonies of #EEAFA3
Complementary color
Monochromatic Colors of #EEAFA3
Black with #EEAFA3
Text Example
Text Example
White with #EEAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFA3; }
p { color: rgb(238,175,163); }
H1.HeaderClassName
{
color: #EEAFA3;
}
.AnyTagClassName
{
color: #EEAFA3;
}
</style>
background-color css
<style>
a { background-color: #EEAFA3; }
a { background-color: rgb(238,175,163); }
div.DivClassName
{
background-color: #EEAFA3;
}
.BgClassName
{
background-color: #EEAFA3;
}
</style>
border-color css
<style>
span { border-color: #EEAFA3; }
span { border-color: rgb(238,175,163); }
td.TdClassName
{
border-color: #EEAFA3;
}
.TagClassName
{
border-color: #EEAFA3;
}
</style>