Shades of Shilo #EEB7AA
Tints of Shilo #EEB7AA
RGB
CMYK
RGB Variations
Color information
#EEB7AA (or 0xEEB7AA) is known color: Shilo. HEX triplet: EE, B7 and AA. RGB value is (238,183,170). Sum of RGB (Red+Green+Blue) = 238+183+170=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB7AA is #114855. Grayscale: #C6C6C6. Windows color (decimal): -1132630 or 11188206. OLE color: 11188206.
HSL color Cylindrical-coordinate representation of color #EEB7AA: hue angle of 11.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEB7AA is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 170 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.07 |
| HSL | 11.47º | 0.67% | 0.8% | - |
| HSV(B) | 11.47º | 0.29% | 0.93% | - |
| XYZ | 59.45 | 54.95 | 45.5 | - |
| YUV | 197.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 170 | 0 | 0.23 | 0.29 | 0.07 | 11.47 | 0.67 | 0.8 |
| Hex | EE | B7 | AA | 0 | 17 | 1D | 7 | B | 43 | 50 |
| Octal | 356 | 267 | 252 | 0 | 27 | 35 | 7 | 13 | 103 | 120 |
| Binary | 11101110 | 10110111 | 10101010 | 0 | 10111 | 11101 | 111 | 1011 | 1000011 | 1010000 |
Color Harmonies of #EEB7AA
Complementary color
Monochromatic Colors of #EEB7AA
Black with #EEB7AA
Text Example
Text Example
White with #EEB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7AA; }
p { color: rgb(238,183,170); }
H1.HeaderClassName
{
color: #EEB7AA;
}
.AnyTagClassName
{
color: #EEB7AA;
}
</style>
background-color css
<style>
a { background-color: #EEB7AA; }
a { background-color: rgb(238,183,170); }
div.DivClassName
{
background-color: #EEB7AA;
}
.BgClassName
{
background-color: #EEB7AA;
}
</style>
border-color css
<style>
span { border-color: #EEB7AA; }
span { border-color: rgb(238,183,170); }
td.TdClassName
{
border-color: #EEB7AA;
}
.TagClassName
{
border-color: #EEB7AA;
}
</style>