Shades of Rob Roy #E1A85E
Tints of Rob Roy #E1A85E
RGB
CMYK
RGB Variations
Color information
#E1A85E (or 0xE1A85E) is known color: Rob Roy. HEX triplet: E1, A8 and 5E. RGB value is (225,168,94). Sum of RGB (Red+Green+Blue) = 225+168+94=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A85E is #1E57A1. Grayscale: #B0B0B0. Windows color (decimal): -1988514 or 6203617. OLE color: 6203617.
HSL color Cylindrical-coordinate representation of color #E1A85E: hue angle of 33.89º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1A85E is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 94 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.12 |
| HSL | 33.89º | 0.69% | 0.63% | - |
| HSV(B) | 33.89º | 0.58% | 0.88% | - |
| XYZ | 47.07 | 44.82 | 16.76 | - |
| YUV | 176.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 94 | 0 | 0.25 | 0.58 | 0.12 | 33.89 | 0.69 | 0.63 |
| Hex | E1 | A8 | 5E | 0 | 19 | 3A | C | 22 | 45 | 3F |
| Octal | 341 | 250 | 136 | 0 | 31 | 72 | 14 | 42 | 105 | 77 |
| Binary | 11100001 | 10101000 | 1011110 | 0 | 11001 | 111010 | 1100 | 100010 | 1000101 | 111111 |
Color Harmonies of #E1A85E
Complementary color
Monochromatic Colors of #E1A85E
Black with #E1A85E
Text Example
Text Example
White with #E1A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A85E; }
p { color: rgb(225,168,94); }
H1.HeaderClassName
{
color: #E1A85E;
}
.AnyTagClassName
{
color: #E1A85E;
}
</style>
background-color css
<style>
a { background-color: #E1A85E; }
a { background-color: rgb(225,168,94); }
div.DivClassName
{
background-color: #E1A85E;
}
.BgClassName
{
background-color: #E1A85E;
}
</style>
border-color css
<style>
span { border-color: #E1A85E; }
span { border-color: rgb(225,168,94); }
td.TdClassName
{
border-color: #E1A85E;
}
.TagClassName
{
border-color: #E1A85E;
}
</style>