Shades of Rob Roy #E2AA59
Tints of Rob Roy #E2AA59
RGB
CMYK
RGB Variations
Color information
#E2AA59 (or 0xE2AA59) is known color: Rob Roy. HEX triplet: E2, AA and 59. RGB value is (226,170,89). Sum of RGB (Red+Green+Blue) = 226+170+89=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA59 is #1D55A6. Grayscale: #B1B1B1. Windows color (decimal): -1922471 or 5876450. OLE color: 5876450.
HSL color Cylindrical-coordinate representation of color #E2AA59: hue angle of 35.47º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2AA59 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 89 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.11 |
| HSL | 35.47º | 0.7% | 0.62% | - |
| HSV(B) | 35.47º | 0.61% | 0.89% | - |
| XYZ | 47.54 | 45.64 | 15.75 | - |
| YUV | 177.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 89 | 0 | 0.25 | 0.61 | 0.11 | 35.47 | 0.7 | 0.62 |
| Hex | E2 | AA | 59 | 0 | 19 | 3D | B | 23 | 46 | 3E |
| Octal | 342 | 252 | 131 | 0 | 31 | 75 | 13 | 43 | 106 | 76 |
| Binary | 11100010 | 10101010 | 1011001 | 0 | 11001 | 111101 | 1011 | 100011 | 1000110 | 111110 |
Color Harmonies of #E2AA59
Complementary color
Monochromatic Colors of #E2AA59
Black with #E2AA59
Text Example
Text Example
White with #E2AA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA59; }
p { color: rgb(226,170,89); }
H1.HeaderClassName
{
color: #E2AA59;
}
.AnyTagClassName
{
color: #E2AA59;
}
</style>
background-color css
<style>
a { background-color: #E2AA59; }
a { background-color: rgb(226,170,89); }
div.DivClassName
{
background-color: #E2AA59;
}
.BgClassName
{
background-color: #E2AA59;
}
</style>
border-color css
<style>
span { border-color: #E2AA59; }
span { border-color: rgb(226,170,89); }
td.TdClassName
{
border-color: #E2AA59;
}
.TagClassName
{
border-color: #E2AA59;
}
</style>