Shades of Rob Roy #E2AA58
Tints of Rob Roy #E2AA58
RGB
CMYK
RGB Variations
Color information
#E2AA58 (or 0xE2AA58) is known color: Rob Roy. HEX triplet: E2, AA and 58. RGB value is (226,170,88). Sum of RGB (Red+Green+Blue) = 226+170+88=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA58 is #1D55A7. Grayscale: #B1B1B1. Windows color (decimal): -1922472 or 5810914. OLE color: 5810914.
HSL color Cylindrical-coordinate representation of color #E2AA58: hue angle of 35.65º 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 #E2AA58 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 88 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.11 |
| HSL | 35.65º | 0.7% | 0.62% | - |
| HSV(B) | 35.65º | 0.61% | 0.89% | - |
| XYZ | 47.5 | 45.62 | 15.54 | - |
| YUV | 177.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 88 | 0 | 0.25 | 0.61 | 0.11 | 35.65 | 0.7 | 0.62 |
| Hex | E2 | AA | 58 | 0 | 19 | 3D | B | 24 | 46 | 3E |
| Octal | 342 | 252 | 130 | 0 | 31 | 75 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101010 | 1011000 | 0 | 11001 | 111101 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AA58
Complementary color
Monochromatic Colors of #E2AA58
Black with #E2AA58
Text Example
Text Example
White with #E2AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA58; }
p { color: rgb(226,170,88); }
H1.HeaderClassName
{
color: #E2AA58;
}
.AnyTagClassName
{
color: #E2AA58;
}
</style>
background-color css
<style>
a { background-color: #E2AA58; }
a { background-color: rgb(226,170,88); }
div.DivClassName
{
background-color: #E2AA58;
}
.BgClassName
{
background-color: #E2AA58;
}
</style>
border-color css
<style>
span { border-color: #E2AA58; }
span { border-color: rgb(226,170,88); }
td.TdClassName
{
border-color: #E2AA58;
}
.TagClassName
{
border-color: #E2AA58;
}
</style>