Shades of Shilo #EAB4AA
Tints of Shilo #EAB4AA
RGB
CMYK
RGB Variations
Color information
#EAB4AA (or 0xEAB4AA) is known color: Shilo. HEX triplet: EA, B4 and AA. RGB value is (234,180,170). Sum of RGB (Red+Green+Blue) = 234+180+170=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB4AA is #154B55. Grayscale: #C3C3C3. Windows color (decimal): -1395542 or 11187434. OLE color: 11187434.
HSL color Cylindrical-coordinate representation of color #EAB4AA: hue angle of 9.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB4AA is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 170 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.08 |
| HSL | 9.38º | 0.6% | 0.79% | - |
| HSV(B) | 9.38º | 0.27% | 0.92% | - |
| XYZ | 57.51 | 53.04 | 45.24 | - |
| YUV | 195.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 170 | 0 | 0.23 | 0.27 | 0.08 | 9.38 | 0.6 | 0.79 |
| Hex | EA | B4 | AA | 0 | 17 | 1B | 8 | 9 | 3C | 4F |
| Octal | 352 | 264 | 252 | 0 | 27 | 33 | 10 | 11 | 74 | 117 |
| Binary | 11101010 | 10110100 | 10101010 | 0 | 10111 | 11011 | 1000 | 1001 | 111100 | 1001111 |
Color Harmonies of #EAB4AA
Complementary color
Monochromatic Colors of #EAB4AA
Black with #EAB4AA
Text Example
Text Example
White with #EAB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4AA; }
p { color: rgb(234,180,170); }
H1.HeaderClassName
{
color: #EAB4AA;
}
.AnyTagClassName
{
color: #EAB4AA;
}
</style>
background-color css
<style>
a { background-color: #EAB4AA; }
a { background-color: rgb(234,180,170); }
div.DivClassName
{
background-color: #EAB4AA;
}
.BgClassName
{
background-color: #EAB4AA;
}
</style>
border-color css
<style>
span { border-color: #EAB4AA; }
span { border-color: rgb(234,180,170); }
td.TdClassName
{
border-color: #EAB4AA;
}
.TagClassName
{
border-color: #EAB4AA;
}
</style>