Shades of Rob Roy #E5A854
Tints of Rob Roy #E5A854
RGB
CMYK
RGB Variations
Color information
#E5A854 (or 0xE5A854) is known color: Rob Roy. HEX triplet: E5, A8 and 54. RGB value is (229,168,84). Sum of RGB (Red+Green+Blue) = 229+168+84=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A854 is #1A57AB. Grayscale: #B1B1B1. Windows color (decimal): -1726380 or 5548261. OLE color: 5548261.
HSL color Cylindrical-coordinate representation of color #E5A854: hue angle of 34.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5A854 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 84 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.10 |
| HSL | 34.76º | 0.74% | 0.61% | - |
| HSV(B) | 34.76º | 0.63% | 0.9% | - |
| XYZ | 47.92 | 45.3 | 14.61 | - |
| YUV | 176.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 84 | 0 | 0.27 | 0.63 | 0.10 | 34.76 | 0.74 | 0.61 |
| Hex | E5 | A8 | 54 | 0 | 1B | 3F | A | 23 | 4A | 3D |
| Octal | 345 | 250 | 124 | 0 | 33 | 77 | 12 | 43 | 112 | 75 |
| Binary | 11100101 | 10101000 | 1010100 | 0 | 11011 | 111111 | 1010 | 100011 | 1001010 | 111101 |
Color Harmonies of #E5A854
Complementary color
Monochromatic Colors of #E5A854
Black with #E5A854
Text Example
Text Example
White with #E5A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A854; }
p { color: rgb(229,168,84); }
H1.HeaderClassName
{
color: #E5A854;
}
.AnyTagClassName
{
color: #E5A854;
}
</style>
background-color css
<style>
a { background-color: #E5A854; }
a { background-color: rgb(229,168,84); }
div.DivClassName
{
background-color: #E5A854;
}
.BgClassName
{
background-color: #E5A854;
}
</style>
border-color css
<style>
span { border-color: #E5A854; }
span { border-color: rgb(229,168,84); }
td.TdClassName
{
border-color: #E5A854;
}
.TagClassName
{
border-color: #E5A854;
}
</style>