Shades of Rob Roy #E5AB60
Tints of Rob Roy #E5AB60
RGB
CMYK
RGB Variations
Color information
#E5AB60 (or 0xE5AB60) is known color: Rob Roy. HEX triplet: E5, AB and 60. RGB value is (229,171,96). Sum of RGB (Red+Green+Blue) = 229+171+96=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AB60 is #1A549F. Grayscale: #B4B4B4. Windows color (decimal): -1725600 or 6335461. OLE color: 6335461.
HSL color Cylindrical-coordinate representation of color #E5AB60: hue angle of 33.83º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5AB60 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 96 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.10 |
| HSL | 33.83º | 0.72% | 0.64% | - |
| HSV(B) | 33.83º | 0.58% | 0.9% | - |
| XYZ | 48.99 | 46.63 | 17.48 | - |
| YUV | 179.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 96 | 0 | 0.25 | 0.58 | 0.10 | 33.83 | 0.72 | 0.64 |
| Hex | E5 | AB | 60 | 0 | 19 | 3A | A | 22 | 48 | 40 |
| Octal | 345 | 253 | 140 | 0 | 31 | 72 | 12 | 42 | 110 | 100 |
| Binary | 11100101 | 10101011 | 1100000 | 0 | 11001 | 111010 | 1010 | 100010 | 1001000 | 1000000 |
Color Harmonies of #E5AB60
Complementary color
Monochromatic Colors of #E5AB60
Black with #E5AB60
Text Example
Text Example
White with #E5AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB60; }
p { color: rgb(229,171,96); }
H1.HeaderClassName
{
color: #E5AB60;
}
.AnyTagClassName
{
color: #E5AB60;
}
</style>
background-color css
<style>
a { background-color: #E5AB60; }
a { background-color: rgb(229,171,96); }
div.DivClassName
{
background-color: #E5AB60;
}
.BgClassName
{
background-color: #E5AB60;
}
</style>
border-color css
<style>
span { border-color: #E5AB60; }
span { border-color: rgb(229,171,96); }
td.TdClassName
{
border-color: #E5AB60;
}
.TagClassName
{
border-color: #E5AB60;
}
</style>