Shades of Rob Roy #E1AA55
Tints of Rob Roy #E1AA55
RGB
CMYK
RGB Variations
Color information
#E1AA55 (or 0xE1AA55) is known color: Rob Roy. HEX triplet: E1, AA and 55. RGB value is (225,170,85). Sum of RGB (Red+Green+Blue) = 225+170+85=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA55 is #1E55AA. Grayscale: #B1B1B1. Windows color (decimal): -1988011 or 5614305. OLE color: 5614305.
HSL color Cylindrical-coordinate representation of color #E1AA55: hue angle of 36.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1AA55 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 85 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.12 |
| HSL | 36.43º | 0.7% | 0.61% | - |
| HSV(B) | 36.43º | 0.62% | 0.88% | - |
| XYZ | 47.07 | 45.41 | 14.88 | - |
| YUV | 176.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 85 | 0 | 0.24 | 0.62 | 0.12 | 36.43 | 0.7 | 0.61 |
| Hex | E1 | AA | 55 | 0 | 18 | 3E | C | 24 | 46 | 3D |
| Octal | 341 | 252 | 125 | 0 | 30 | 76 | 14 | 44 | 106 | 75 |
| Binary | 11100001 | 10101010 | 1010101 | 0 | 11000 | 111110 | 1100 | 100100 | 1000110 | 111101 |
Color Harmonies of #E1AA55
Complementary color
Monochromatic Colors of #E1AA55
Black with #E1AA55
Text Example
Text Example
White with #E1AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA55; }
p { color: rgb(225,170,85); }
H1.HeaderClassName
{
color: #E1AA55;
}
.AnyTagClassName
{
color: #E1AA55;
}
</style>
background-color css
<style>
a { background-color: #E1AA55; }
a { background-color: rgb(225,170,85); }
div.DivClassName
{
background-color: #E1AA55;
}
.BgClassName
{
background-color: #E1AA55;
}
</style>
border-color css
<style>
span { border-color: #E1AA55; }
span { border-color: rgb(225,170,85); }
td.TdClassName
{
border-color: #E1AA55;
}
.TagClassName
{
border-color: #E1AA55;
}
</style>