Shades of Rob Roy #E5AB58
Tints of Rob Roy #E5AB58
RGB
CMYK
RGB Variations
Color information
#E5AB58 (or 0xE5AB58) is known color: Rob Roy. HEX triplet: E5, AB and 58. RGB value is (229,171,88). Sum of RGB (Red+Green+Blue) = 229+171+88=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AB58 is #1A54A7. Grayscale: #B3B3B3. Windows color (decimal): -1725608 or 5811173. OLE color: 5811173.
HSL color Cylindrical-coordinate representation of color #E5AB58: hue angle of 35.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5AB58 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 88 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.10 |
| HSL | 35.32º | 0.73% | 0.62% | - |
| HSV(B) | 35.32º | 0.62% | 0.9% | - |
| XYZ | 48.64 | 46.49 | 15.64 | - |
| YUV | 178.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 88 | 0 | 0.25 | 0.62 | 0.10 | 35.32 | 0.73 | 0.62 |
| Hex | E5 | AB | 58 | 0 | 19 | 3E | A | 23 | 49 | 3E |
| Octal | 345 | 253 | 130 | 0 | 31 | 76 | 12 | 43 | 111 | 76 |
| Binary | 11100101 | 10101011 | 1011000 | 0 | 11001 | 111110 | 1010 | 100011 | 1001001 | 111110 |
Color Harmonies of #E5AB58
Complementary color
Monochromatic Colors of #E5AB58
Black with #E5AB58
Text Example
Text Example
White with #E5AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB58; }
p { color: rgb(229,171,88); }
H1.HeaderClassName
{
color: #E5AB58;
}
.AnyTagClassName
{
color: #E5AB58;
}
</style>
background-color css
<style>
a { background-color: #E5AB58; }
a { background-color: rgb(229,171,88); }
div.DivClassName
{
background-color: #E5AB58;
}
.BgClassName
{
background-color: #E5AB58;
}
</style>
border-color css
<style>
span { border-color: #E5AB58; }
span { border-color: rgb(229,171,88); }
td.TdClassName
{
border-color: #E5AB58;
}
.TagClassName
{
border-color: #E5AB58;
}
</style>