Shades of Rob Roy #E0AA5E
Tints of Rob Roy #E0AA5E
RGB
CMYK
RGB Variations
Color information
#E0AA5E (or 0xE0AA5E) is known color: Rob Roy. HEX triplet: E0, AA and 5E. RGB value is (224,170,94). Sum of RGB (Red+Green+Blue) = 224+170+94=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA5E is #1F55A1. Grayscale: #B1B1B1. Windows color (decimal): -2053538 or 6204128. OLE color: 6204128.
HSL color Cylindrical-coordinate representation of color #E0AA5E: hue angle of 35.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0AA5E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 94 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.12 |
| HSL | 35.08º | 0.68% | 0.62% | - |
| HSV(B) | 35.08º | 0.58% | 0.88% | - |
| XYZ | 47.14 | 45.4 | 16.87 | - |
| YUV | 177.48 | 80.89 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 94 | 0 | 0.24 | 0.58 | 0.12 | 35.08 | 0.68 | 0.62 |
| Hex | E0 | AA | 5E | 0 | 18 | 3A | C | 23 | 44 | 3E |
| Octal | 340 | 252 | 136 | 0 | 30 | 72 | 14 | 43 | 104 | 76 |
| Binary | 11100000 | 10101010 | 1011110 | 0 | 11000 | 111010 | 1100 | 100011 | 1000100 | 111110 |
Color Harmonies of #E0AA5E
Complementary color
Monochromatic Colors of #E0AA5E
Black with #E0AA5E
Text Example
Text Example
White with #E0AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA5E; }
p { color: rgb(224,170,94); }
H1.HeaderClassName
{
color: #E0AA5E;
}
.AnyTagClassName
{
color: #E0AA5E;
}
</style>
background-color css
<style>
a { background-color: #E0AA5E; }
a { background-color: rgb(224,170,94); }
div.DivClassName
{
background-color: #E0AA5E;
}
.BgClassName
{
background-color: #E0AA5E;
}
</style>
border-color css
<style>
span { border-color: #E0AA5E; }
span { border-color: rgb(224,170,94); }
td.TdClassName
{
border-color: #E0AA5E;
}
.TagClassName
{
border-color: #E0AA5E;
}
</style>