Shades of Rob Roy #E1AC55
Tints of Rob Roy #E1AC55
RGB
CMYK
RGB Variations
Color information
#E1AC55 (or 0xE1AC55) is known color: Rob Roy. HEX triplet: E1, AC and 55. RGB value is (225,172,85). Sum of RGB (Red+Green+Blue) = 225+172+85=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC55 is #1E53AA. Grayscale: #B2B2B2. Windows color (decimal): -1987499 or 5614817. OLE color: 5614817.
HSL color Cylindrical-coordinate representation of color #E1AC55: hue angle of 37.29º 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 #E1AC55 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 85 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.12 |
| HSL | 37.29º | 0.7% | 0.61% | - |
| HSV(B) | 37.29º | 0.62% | 0.88% | - |
| XYZ | 47.44 | 46.17 | 15.01 | - |
| YUV | 177.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 85 | 0 | 0.24 | 0.62 | 0.12 | 37.29 | 0.7 | 0.61 |
| Hex | E1 | AC | 55 | 0 | 18 | 3E | C | 25 | 46 | 3D |
| Octal | 341 | 254 | 125 | 0 | 30 | 76 | 14 | 45 | 106 | 75 |
| Binary | 11100001 | 10101100 | 1010101 | 0 | 11000 | 111110 | 1100 | 100101 | 1000110 | 111101 |
Color Harmonies of #E1AC55
Complementary color
Monochromatic Colors of #E1AC55
Black with #E1AC55
Text Example
Text Example
White with #E1AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC55; }
p { color: rgb(225,172,85); }
H1.HeaderClassName
{
color: #E1AC55;
}
.AnyTagClassName
{
color: #E1AC55;
}
</style>
background-color css
<style>
a { background-color: #E1AC55; }
a { background-color: rgb(225,172,85); }
div.DivClassName
{
background-color: #E1AC55;
}
.BgClassName
{
background-color: #E1AC55;
}
</style>
border-color css
<style>
span { border-color: #E1AC55; }
span { border-color: rgb(225,172,85); }
td.TdClassName
{
border-color: #E1AC55;
}
.TagClassName
{
border-color: #E1AC55;
}
</style>