Shades of Rob Roy #E0AA5A
Tints of Rob Roy #E0AA5A
RGB
CMYK
RGB Variations
Color information
#E0AA5A (or 0xE0AA5A) is known color: Rob Roy. HEX triplet: E0, AA and 5A. RGB value is (224,170,90). Sum of RGB (Red+Green+Blue) = 224+170+90=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA5A is #1F55A5. Grayscale: #B1B1B1. Windows color (decimal): -2053542 or 5941984. OLE color: 5941984.
HSL color Cylindrical-coordinate representation of color #E0AA5A: hue angle of 35.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0AA5A is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 90 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.12 |
| HSL | 35.82º | 0.68% | 0.62% | - |
| HSV(B) | 35.82º | 0.6% | 0.88% | - |
| XYZ | 46.96 | 45.33 | 15.95 | - |
| YUV | 177.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 90 | 0 | 0.24 | 0.60 | 0.12 | 35.82 | 0.68 | 0.62 |
| Hex | E0 | AA | 5A | 0 | 18 | 3C | C | 24 | 44 | 3E |
| Octal | 340 | 252 | 132 | 0 | 30 | 74 | 14 | 44 | 104 | 76 |
| Binary | 11100000 | 10101010 | 1011010 | 0 | 11000 | 111100 | 1100 | 100100 | 1000100 | 111110 |
Color Harmonies of #E0AA5A
Complementary color
Monochromatic Colors of #E0AA5A
Black with #E0AA5A
Text Example
Text Example
White with #E0AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA5A; }
p { color: rgb(224,170,90); }
H1.HeaderClassName
{
color: #E0AA5A;
}
.AnyTagClassName
{
color: #E0AA5A;
}
</style>
background-color css
<style>
a { background-color: #E0AA5A; }
a { background-color: rgb(224,170,90); }
div.DivClassName
{
background-color: #E0AA5A;
}
.BgClassName
{
background-color: #E0AA5A;
}
</style>
border-color css
<style>
span { border-color: #E0AA5A; }
span { border-color: rgb(224,170,90); }
td.TdClassName
{
border-color: #E0AA5A;
}
.TagClassName
{
border-color: #E0AA5A;
}
</style>