Shades of Rob Roy #E0AA5C
Tints of Rob Roy #E0AA5C
RGB
CMYK
RGB Variations
Color information
#E0AA5C (or 0xE0AA5C) is known color: Rob Roy. HEX triplet: E0, AA and 5C. RGB value is (224,170,92). Sum of RGB (Red+Green+Blue) = 224+170+92=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA5C is #1F55A3. Grayscale: #B1B1B1. Windows color (decimal): -2053540 or 6073056. OLE color: 6073056.
HSL color Cylindrical-coordinate representation of color #E0AA5C: hue angle of 35.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0AA5C is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 92 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.12 |
| HSL | 35.45º | 0.68% | 0.62% | - |
| HSV(B) | 35.45º | 0.59% | 0.88% | - |
| XYZ | 47.05 | 45.37 | 16.4 | - |
| YUV | 177.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 92 | 0 | 0.24 | 0.59 | 0.12 | 35.45 | 0.68 | 0.62 |
| Hex | E0 | AA | 5C | 0 | 18 | 3B | C | 23 | 44 | 3E |
| Octal | 340 | 252 | 134 | 0 | 30 | 73 | 14 | 43 | 104 | 76 |
| Binary | 11100000 | 10101010 | 1011100 | 0 | 11000 | 111011 | 1100 | 100011 | 1000100 | 111110 |
Color Harmonies of #E0AA5C
Complementary color
Monochromatic Colors of #E0AA5C
Black with #E0AA5C
Text Example
Text Example
White with #E0AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA5C; }
p { color: rgb(224,170,92); }
H1.HeaderClassName
{
color: #E0AA5C;
}
.AnyTagClassName
{
color: #E0AA5C;
}
</style>
background-color css
<style>
a { background-color: #E0AA5C; }
a { background-color: rgb(224,170,92); }
div.DivClassName
{
background-color: #E0AA5C;
}
.BgClassName
{
background-color: #E0AA5C;
}
</style>
border-color css
<style>
span { border-color: #E0AA5C; }
span { border-color: rgb(224,170,92); }
td.TdClassName
{
border-color: #E0AA5C;
}
.TagClassName
{
border-color: #E0AA5C;
}
</style>