Shades of Rob Roy #E5A855
Tints of Rob Roy #E5A855
RGB
CMYK
RGB Variations
Color information
#E5A855 (or 0xE5A855) is known color: Rob Roy. HEX triplet: E5, A8 and 55. RGB value is (229,168,85). Sum of RGB (Red+Green+Blue) = 229+168+85=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A855 is #1A57AA. Grayscale: #B1B1B1. Windows color (decimal): -1726379 or 5613797. OLE color: 5613797.
HSL color Cylindrical-coordinate representation of color #E5A855: hue angle of 34.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5A855 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 85 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.10 |
| HSL | 34.58º | 0.73% | 0.62% | - |
| HSV(B) | 34.58º | 0.63% | 0.9% | - |
| XYZ | 47.96 | 45.32 | 14.81 | - |
| YUV | 176.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 85 | 0 | 0.27 | 0.63 | 0.10 | 34.58 | 0.73 | 0.62 |
| Hex | E5 | A8 | 55 | 0 | 1B | 3F | A | 23 | 49 | 3E |
| Octal | 345 | 250 | 125 | 0 | 33 | 77 | 12 | 43 | 111 | 76 |
| Binary | 11100101 | 10101000 | 1010101 | 0 | 11011 | 111111 | 1010 | 100011 | 1001001 | 111110 |
Color Harmonies of #E5A855
Complementary color
Monochromatic Colors of #E5A855
Black with #E5A855
Text Example
Text Example
White with #E5A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A855; }
p { color: rgb(229,168,85); }
H1.HeaderClassName
{
color: #E5A855;
}
.AnyTagClassName
{
color: #E5A855;
}
</style>
background-color css
<style>
a { background-color: #E5A855; }
a { background-color: rgb(229,168,85); }
div.DivClassName
{
background-color: #E5A855;
}
.BgClassName
{
background-color: #E5A855;
}
</style>
border-color css
<style>
span { border-color: #E5A855; }
span { border-color: rgb(229,168,85); }
td.TdClassName
{
border-color: #E5A855;
}
.TagClassName
{
border-color: #E5A855;
}
</style>