Shades of Rob Roy #E1AB57
Tints of Rob Roy #E1AB57
RGB
CMYK
RGB Variations
Color information
#E1AB57 (or 0xE1AB57) is known color: Rob Roy. HEX triplet: E1, AB and 57. RGB value is (225,171,87). Sum of RGB (Red+Green+Blue) = 225+171+87=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB57 is #1E54A8. Grayscale: #B1B1B1. Windows color (decimal): -1987753 or 5745633. OLE color: 5745633.
HSL color Cylindrical-coordinate representation of color #E1AB57: hue angle of 36.52º 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 #E1AB57 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 87 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.12 |
| HSL | 36.52º | 0.7% | 0.61% | - |
| HSV(B) | 36.52º | 0.61% | 0.88% | - |
| XYZ | 47.33 | 45.82 | 15.37 | - |
| YUV | 177.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 87 | 0 | 0.24 | 0.61 | 0.12 | 36.52 | 0.7 | 0.61 |
| Hex | E1 | AB | 57 | 0 | 18 | 3D | C | 25 | 46 | 3D |
| Octal | 341 | 253 | 127 | 0 | 30 | 75 | 14 | 45 | 106 | 75 |
| Binary | 11100001 | 10101011 | 1010111 | 0 | 11000 | 111101 | 1100 | 100101 | 1000110 | 111101 |
Color Harmonies of #E1AB57
Complementary color
Monochromatic Colors of #E1AB57
Black with #E1AB57
Text Example
Text Example
White with #E1AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB57; }
p { color: rgb(225,171,87); }
H1.HeaderClassName
{
color: #E1AB57;
}
.AnyTagClassName
{
color: #E1AB57;
}
</style>
background-color css
<style>
a { background-color: #E1AB57; }
a { background-color: rgb(225,171,87); }
div.DivClassName
{
background-color: #E1AB57;
}
.BgClassName
{
background-color: #E1AB57;
}
</style>
border-color css
<style>
span { border-color: #E1AB57; }
span { border-color: rgb(225,171,87); }
td.TdClassName
{
border-color: #E1AB57;
}
.TagClassName
{
border-color: #E1AB57;
}
</style>