Shades of Rob Roy #E5A85A
Tints of Rob Roy #E5A85A
RGB
CMYK
RGB Variations
Color information
#E5A85A (or 0xE5A85A) is known color: Rob Roy. HEX triplet: E5, A8 and 5A. RGB value is (229,168,90). Sum of RGB (Red+Green+Blue) = 229+168+90=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A85A is #1A57A5. Grayscale: #B1B1B1. Windows color (decimal): -1726374 or 5941477. OLE color: 5941477.
HSL color Cylindrical-coordinate representation of color #E5A85A: hue angle of 33.67º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5A85A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 90 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.10 |
| HSL | 33.67º | 0.73% | 0.63% | - |
| HSV(B) | 33.67º | 0.61% | 0.9% | - |
| XYZ | 48.16 | 45.4 | 15.9 | - |
| YUV | 177.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 90 | 0 | 0.27 | 0.61 | 0.10 | 33.67 | 0.73 | 0.63 |
| Hex | E5 | A8 | 5A | 0 | 1B | 3D | A | 22 | 49 | 3F |
| Octal | 345 | 250 | 132 | 0 | 33 | 75 | 12 | 42 | 111 | 77 |
| Binary | 11100101 | 10101000 | 1011010 | 0 | 11011 | 111101 | 1010 | 100010 | 1001001 | 111111 |
Color Harmonies of #E5A85A
Complementary color
Monochromatic Colors of #E5A85A
Black with #E5A85A
Text Example
Text Example
White with #E5A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A85A; }
p { color: rgb(229,168,90); }
H1.HeaderClassName
{
color: #E5A85A;
}
.AnyTagClassName
{
color: #E5A85A;
}
</style>
background-color css
<style>
a { background-color: #E5A85A; }
a { background-color: rgb(229,168,90); }
div.DivClassName
{
background-color: #E5A85A;
}
.BgClassName
{
background-color: #E5A85A;
}
</style>
border-color css
<style>
span { border-color: #E5A85A; }
span { border-color: rgb(229,168,90); }
td.TdClassName
{
border-color: #E5A85A;
}
.TagClassName
{
border-color: #E5A85A;
}
</style>