Shades of Rob Roy #E5A858
Tints of Rob Roy #E5A858
RGB
CMYK
RGB Variations
Color information
#E5A858 (or 0xE5A858) is known color: Rob Roy. HEX triplet: E5, A8 and 58. RGB value is (229,168,88). Sum of RGB (Red+Green+Blue) = 229+168+88=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A858 is #1A57A7. Grayscale: #B1B1B1. Windows color (decimal): -1726376 or 5810405. OLE color: 5810405.
HSL color Cylindrical-coordinate representation of color #E5A858: hue angle of 34.04º 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 #E5A858 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 88 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.10 |
| HSL | 34.04º | 0.73% | 0.62% | - |
| HSV(B) | 34.04º | 0.62% | 0.9% | - |
| XYZ | 48.08 | 45.37 | 15.46 | - |
| YUV | 177.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 88 | 0 | 0.27 | 0.62 | 0.10 | 34.04 | 0.73 | 0.62 |
| Hex | E5 | A8 | 58 | 0 | 1B | 3E | A | 22 | 49 | 3E |
| Octal | 345 | 250 | 130 | 0 | 33 | 76 | 12 | 42 | 111 | 76 |
| Binary | 11100101 | 10101000 | 1011000 | 0 | 11011 | 111110 | 1010 | 100010 | 1001001 | 111110 |
Color Harmonies of #E5A858
Complementary color
Monochromatic Colors of #E5A858
Black with #E5A858
Text Example
Text Example
White with #E5A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A858; }
p { color: rgb(229,168,88); }
H1.HeaderClassName
{
color: #E5A858;
}
.AnyTagClassName
{
color: #E5A858;
}
</style>
background-color css
<style>
a { background-color: #E5A858; }
a { background-color: rgb(229,168,88); }
div.DivClassName
{
background-color: #E5A858;
}
.BgClassName
{
background-color: #E5A858;
}
</style>
border-color css
<style>
span { border-color: #E5A858; }
span { border-color: rgb(229,168,88); }
td.TdClassName
{
border-color: #E5A858;
}
.TagClassName
{
border-color: #E5A858;
}
</style>