Shades of Rob Roy #E0AB50
Tints of Rob Roy #E0AB50
RGB
CMYK
RGB Variations
Color information
#E0AB50 (or 0xE0AB50) is known color: Rob Roy. HEX triplet: E0, AB and 50. RGB value is (224,171,80). Sum of RGB (Red+Green+Blue) = 224+171+80=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB50 is #1F54AF. Grayscale: #B0B0B0. Windows color (decimal): -2053296 or 5286880. OLE color: 5286880.
HSL color Cylindrical-coordinate representation of color #E0AB50: hue angle of 37.92º 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 #E0AB50 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 80 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.12 |
| HSL | 37.92º | 0.7% | 0.6% | - |
| HSV(B) | 37.92º | 0.64% | 0.88% | - |
| XYZ | 46.75 | 45.55 | 13.92 | - |
| YUV | 176.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 80 | 0 | 0.24 | 0.64 | 0.12 | 37.92 | 0.7 | 0.6 |
| Hex | E0 | AB | 50 | 0 | 18 | 40 | C | 26 | 46 | 3C |
| Octal | 340 | 253 | 120 | 0 | 30 | 100 | 14 | 46 | 106 | 74 |
| Binary | 11100000 | 10101011 | 1010000 | 0 | 11000 | 1000000 | 1100 | 100110 | 1000110 | 111100 |
Color Harmonies of #E0AB50
Complementary color
Monochromatic Colors of #E0AB50
Black with #E0AB50
Text Example
Text Example
White with #E0AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB50; }
p { color: rgb(224,171,80); }
H1.HeaderClassName
{
color: #E0AB50;
}
.AnyTagClassName
{
color: #E0AB50;
}
</style>
background-color css
<style>
a { background-color: #E0AB50; }
a { background-color: rgb(224,171,80); }
div.DivClassName
{
background-color: #E0AB50;
}
.BgClassName
{
background-color: #E0AB50;
}
</style>
border-color css
<style>
span { border-color: #E0AB50; }
span { border-color: rgb(224,171,80); }
td.TdClassName
{
border-color: #E0AB50;
}
.TagClassName
{
border-color: #E0AB50;
}
</style>