Shades of Rob Roy #E1AA58
Tints of Rob Roy #E1AA58
RGB
CMYK
RGB Variations
Color information
#E1AA58 (or 0xE1AA58) is known color: Rob Roy. HEX triplet: E1, AA and 58. RGB value is (225,170,88). Sum of RGB (Red+Green+Blue) = 225+170+88=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA58 is #1E55A7. Grayscale: #B1B1B1. Windows color (decimal): -1988008 or 5810913. OLE color: 5810913.
HSL color Cylindrical-coordinate representation of color #E1AA58: hue angle of 35.91º degrees, saturation: 0.7, 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 #E1AA58 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 88 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.12 |
| HSL | 35.91º | 0.7% | 0.61% | - |
| HSV(B) | 35.91º | 0.61% | 0.88% | - |
| XYZ | 47.19 | 45.46 | 15.52 | - |
| YUV | 177.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 88 | 0 | 0.24 | 0.61 | 0.12 | 35.91 | 0.7 | 0.61 |
| Hex | E1 | AA | 58 | 0 | 18 | 3D | C | 24 | 46 | 3D |
| Octal | 341 | 252 | 130 | 0 | 30 | 75 | 14 | 44 | 106 | 75 |
| Binary | 11100001 | 10101010 | 1011000 | 0 | 11000 | 111101 | 1100 | 100100 | 1000110 | 111101 |
Color Harmonies of #E1AA58
Complementary color
Monochromatic Colors of #E1AA58
Black with #E1AA58
Text Example
Text Example
White with #E1AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA58; }
p { color: rgb(225,170,88); }
H1.HeaderClassName
{
color: #E1AA58;
}
.AnyTagClassName
{
color: #E1AA58;
}
</style>
background-color css
<style>
a { background-color: #E1AA58; }
a { background-color: rgb(225,170,88); }
div.DivClassName
{
background-color: #E1AA58;
}
.BgClassName
{
background-color: #E1AA58;
}
</style>
border-color css
<style>
span { border-color: #E1AA58; }
span { border-color: rgb(225,170,88); }
td.TdClassName
{
border-color: #E1AA58;
}
.TagClassName
{
border-color: #E1AA58;
}
</style>