Shades of Shilo #EEB2A8
Tints of Shilo #EEB2A8
RGB
CMYK
RGB Variations
Color information
#EEB2A8 (or 0xEEB2A8) is known color: Shilo. HEX triplet: EE, B2 and A8. RGB value is (238,178,168). Sum of RGB (Red+Green+Blue) = 238+178+168=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB2A8 is #114D57. Grayscale: #C2C2C2. Windows color (decimal): -1133912 or 11055854. OLE color: 11055854.
HSL color Cylindrical-coordinate representation of color #EEB2A8: hue angle of 8.57º 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 #EEB2A8 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 178 | 168 | - |
CMYK | 0 | 0.25 | 0.29 | 0.07 |
HSL | 8.57º | 0.67% | 0.8% | - |
HSV(B) | 8.57º | 0.29% | 0.93% | - |
XYZ | 58.25 | 52.85 | 44.18 | - |
YUV | 194.8 | 112.88 | 158.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 178 | 168 | 0 | 0.25 | 0.29 | 0.07 | 8.57 | 0.67 | 0.8 |
Hex | EE | B2 | A8 | 0 | 19 | 1D | 7 | 9 | 43 | 50 |
Octal | 356 | 262 | 250 | 0 | 31 | 35 | 7 | 11 | 103 | 120 |
Binary | 11101110 | 10110010 | 10101000 | 0 | 11001 | 11101 | 111 | 1001 | 1000011 | 1010000 |
Color Harmonies of #EEB2A8
Complementary color
Monochromatic Colors of #EEB2A8
Black with #EEB2A8
Text Example
Text Example
White with #EEB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2A8; }
p { color: rgb(238,178,168); }
H1.HeaderClassName
{
color: #EEB2A8;
}
.AnyTagClassName
{
color: #EEB2A8;
}
</style>
background-color css
<style>
a { background-color: #EEB2A8; }
a { background-color: rgb(238,178,168); }
div.DivClassName
{
background-color: #EEB2A8;
}
.BgClassName
{
background-color: #EEB2A8;
}
</style>
border-color css
<style>
span { border-color: #EEB2A8; }
span { border-color: rgb(238,178,168); }
td.TdClassName
{
border-color: #EEB2A8;
}
.TagClassName
{
border-color: #EEB2A8;
}
</style>