Shades of Rob Roy #E1AB56
Tints of Rob Roy #E1AB56
RGB
CMYK
RGB Variations
Color information
#E1AB56 (or 0xE1AB56) is known color: Rob Roy. HEX triplet: E1, AB and 56. RGB value is (225,171,86). Sum of RGB (Red+Green+Blue) = 225+171+86=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB56 is #1E54A9. Grayscale: #B1B1B1. Windows color (decimal): -1987754 or 5680097. OLE color: 5680097.
HSL color Cylindrical-coordinate representation of color #E1AB56: hue angle of 36.69º 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 #E1AB56 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 86 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.12 |
| HSL | 36.69º | 0.7% | 0.61% | - |
| HSV(B) | 36.69º | 0.62% | 0.88% | - |
| XYZ | 47.29 | 45.81 | 15.15 | - |
| YUV | 177.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 86 | 0 | 0.24 | 0.62 | 0.12 | 36.69 | 0.7 | 0.61 |
| Hex | E1 | AB | 56 | 0 | 18 | 3E | C | 25 | 46 | 3D |
| Octal | 341 | 253 | 126 | 0 | 30 | 76 | 14 | 45 | 106 | 75 |
| Binary | 11100001 | 10101011 | 1010110 | 0 | 11000 | 111110 | 1100 | 100101 | 1000110 | 111101 |
Color Harmonies of #E1AB56
Complementary color
Monochromatic Colors of #E1AB56
Black with #E1AB56
Text Example
Text Example
White with #E1AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB56; }
p { color: rgb(225,171,86); }
H1.HeaderClassName
{
color: #E1AB56;
}
.AnyTagClassName
{
color: #E1AB56;
}
</style>
background-color css
<style>
a { background-color: #E1AB56; }
a { background-color: rgb(225,171,86); }
div.DivClassName
{
background-color: #E1AB56;
}
.BgClassName
{
background-color: #E1AB56;
}
</style>
border-color css
<style>
span { border-color: #E1AB56; }
span { border-color: rgb(225,171,86); }
td.TdClassName
{
border-color: #E1AB56;
}
.TagClassName
{
border-color: #E1AB56;
}
</style>