Shades of Rob Roy #E5A85B
Tints of Rob Roy #E5A85B
RGB
CMYK
RGB Variations
Color information
#E5A85B (or 0xE5A85B) is known color: Rob Roy. HEX triplet: E5, A8 and 5B. RGB value is (229,168,91). Sum of RGB (Red+Green+Blue) = 229+168+91=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A85B is #1A57A4. Grayscale: #B1B1B1. Windows color (decimal): -1726373 or 6007013. OLE color: 6007013.
HSL color Cylindrical-coordinate representation of color #E5A85B: hue angle of 33.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5A85B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 91 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.10 |
| HSL | 33.48º | 0.73% | 0.63% | - |
| HSV(B) | 33.48º | 0.6% | 0.9% | - |
| XYZ | 48.2 | 45.42 | 16.12 | - |
| YUV | 177.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 91 | 0 | 0.27 | 0.60 | 0.10 | 33.48 | 0.73 | 0.63 |
| Hex | E5 | A8 | 5B | 0 | 1B | 3C | A | 21 | 49 | 3F |
| Octal | 345 | 250 | 133 | 0 | 33 | 74 | 12 | 41 | 111 | 77 |
| Binary | 11100101 | 10101000 | 1011011 | 0 | 11011 | 111100 | 1010 | 100001 | 1001001 | 111111 |
Color Harmonies of #E5A85B
Complementary color
Monochromatic Colors of #E5A85B
Black with #E5A85B
Text Example
Text Example
White with #E5A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A85B; }
p { color: rgb(229,168,91); }
H1.HeaderClassName
{
color: #E5A85B;
}
.AnyTagClassName
{
color: #E5A85B;
}
</style>
background-color css
<style>
a { background-color: #E5A85B; }
a { background-color: rgb(229,168,91); }
div.DivClassName
{
background-color: #E5A85B;
}
.BgClassName
{
background-color: #E5A85B;
}
</style>
border-color css
<style>
span { border-color: #E5A85B; }
span { border-color: rgb(229,168,91); }
td.TdClassName
{
border-color: #E5A85B;
}
.TagClassName
{
border-color: #E5A85B;
}
</style>