Shades of Rob Roy #E0AA58
Tints of Rob Roy #E0AA58
RGB
CMYK
RGB Variations
Color information
#E0AA58 (or 0xE0AA58) is known color: Rob Roy. HEX triplet: E0, AA and 58. RGB value is (224,170,88). Sum of RGB (Red+Green+Blue) = 224+170+88=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA58 is #1F55A7. Grayscale: #B1B1B1. Windows color (decimal): -2053544 or 5810912. OLE color: 5810912.
HSL color Cylindrical-coordinate representation of color #E0AA58: hue angle of 36.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0AA58 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 88 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.12 |
| HSL | 36.18º | 0.69% | 0.61% | - |
| HSV(B) | 36.18º | 0.61% | 0.88% | - |
| XYZ | 46.88 | 45.3 | 15.51 | - |
| YUV | 176.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 88 | 0 | 0.24 | 0.61 | 0.12 | 36.18 | 0.69 | 0.61 |
| Hex | E0 | AA | 58 | 0 | 18 | 3D | C | 24 | 45 | 3D |
| Octal | 340 | 252 | 130 | 0 | 30 | 75 | 14 | 44 | 105 | 75 |
| Binary | 11100000 | 10101010 | 1011000 | 0 | 11000 | 111101 | 1100 | 100100 | 1000101 | 111101 |
Color Harmonies of #E0AA58
Complementary color
Monochromatic Colors of #E0AA58
Black with #E0AA58
Text Example
Text Example
White with #E0AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA58; }
p { color: rgb(224,170,88); }
H1.HeaderClassName
{
color: #E0AA58;
}
.AnyTagClassName
{
color: #E0AA58;
}
</style>
background-color css
<style>
a { background-color: #E0AA58; }
a { background-color: rgb(224,170,88); }
div.DivClassName
{
background-color: #E0AA58;
}
.BgClassName
{
background-color: #E0AA58;
}
</style>
border-color css
<style>
span { border-color: #E0AA58; }
span { border-color: rgb(224,170,88); }
td.TdClassName
{
border-color: #E0AA58;
}
.TagClassName
{
border-color: #E0AA58;
}
</style>