Shades of Rob Roy #E0AB51
Tints of Rob Roy #E0AB51
RGB
CMYK
RGB Variations
Color information
#E0AB51 (or 0xE0AB51) is known color: Rob Roy. HEX triplet: E0, AB and 51. RGB value is (224,171,81). Sum of RGB (Red+Green+Blue) = 224+171+81=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB51 is #1F54AE. Grayscale: #B1B1B1. Windows color (decimal): -2053295 or 5352416. OLE color: 5352416.
HSL color Cylindrical-coordinate representation of color #E0AB51: hue angle of 37.76º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0AB51 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 81 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.12 |
| HSL | 37.76º | 0.7% | 0.6% | - |
| HSV(B) | 37.76º | 0.64% | 0.88% | - |
| XYZ | 46.79 | 45.57 | 14.11 | - |
| YUV | 176.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 81 | 0 | 0.24 | 0.64 | 0.12 | 37.76 | 0.7 | 0.6 |
| Hex | E0 | AB | 51 | 0 | 18 | 40 | C | 26 | 46 | 3C |
| Octal | 340 | 253 | 121 | 0 | 30 | 100 | 14 | 46 | 106 | 74 |
| Binary | 11100000 | 10101011 | 1010001 | 0 | 11000 | 1000000 | 1100 | 100110 | 1000110 | 111100 |
Color Harmonies of #E0AB51
Complementary color
Monochromatic Colors of #E0AB51
Black with #E0AB51
Text Example
Text Example
White with #E0AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB51; }
p { color: rgb(224,171,81); }
H1.HeaderClassName
{
color: #E0AB51;
}
.AnyTagClassName
{
color: #E0AB51;
}
</style>
background-color css
<style>
a { background-color: #E0AB51; }
a { background-color: rgb(224,171,81); }
div.DivClassName
{
background-color: #E0AB51;
}
.BgClassName
{
background-color: #E0AB51;
}
</style>
border-color css
<style>
span { border-color: #E0AB51; }
span { border-color: rgb(224,171,81); }
td.TdClassName
{
border-color: #E0AB51;
}
.TagClassName
{
border-color: #E0AB51;
}
</style>