Shades of Shilo #EBB4AA
Tints of Shilo #EBB4AA
RGB
CMYK
RGB Variations
Color information
#EBB4AA (or 0xEBB4AA) is known color: Shilo. HEX triplet: EB, B4 and AA. RGB value is (235,180,170). Sum of RGB (Red+Green+Blue) = 235+180+170=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AA is #144B55. Grayscale: #C3C3C3. Windows color (decimal): -1330006 or 11187435. OLE color: 11187435.
HSL color Cylindrical-coordinate representation of color #EBB4AA: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB4AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 170 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.08 |
| HSL | 9.23º | 0.62% | 0.79% | - |
| HSV(B) | 9.23º | 0.28% | 0.92% | - |
| XYZ | 57.84 | 53.21 | 45.25 | - |
| YUV | 195.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 170 | 0 | 0.23 | 0.28 | 0.08 | 9.23 | 0.62 | 0.79 |
| Hex | EB | B4 | AA | 0 | 17 | 1C | 8 | 9 | 3E | 4F |
| Octal | 353 | 264 | 252 | 0 | 27 | 34 | 10 | 11 | 76 | 117 |
| Binary | 11101011 | 10110100 | 10101010 | 0 | 10111 | 11100 | 1000 | 1001 | 111110 | 1001111 |
Color Harmonies of #EBB4AA
Complementary color
Monochromatic Colors of #EBB4AA
Black with #EBB4AA
Text Example
Text Example
White with #EBB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4AA; }
p { color: rgb(235,180,170); }
H1.HeaderClassName
{
color: #EBB4AA;
}
.AnyTagClassName
{
color: #EBB4AA;
}
</style>
background-color css
<style>
a { background-color: #EBB4AA; }
a { background-color: rgb(235,180,170); }
div.DivClassName
{
background-color: #EBB4AA;
}
.BgClassName
{
background-color: #EBB4AA;
}
</style>
border-color css
<style>
span { border-color: #EBB4AA; }
span { border-color: rgb(235,180,170); }
td.TdClassName
{
border-color: #EBB4AA;
}
.TagClassName
{
border-color: #EBB4AA;
}
</style>