Shades of Rob Roy #E1A34E
Tints of Rob Roy #E1A34E
RGB
CMYK
RGB Variations
Color information
#E1A34E (or 0xE1A34E) is known color: Rob Roy. HEX triplet: E1, A3 and 4E. RGB value is (225,163,78). Sum of RGB (Red+Green+Blue) = 225+163+78=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A34E is #1E5CB1. Grayscale: #ACACAC. Windows color (decimal): -1989810 or 5153761. OLE color: 5153761.
HSL color Cylindrical-coordinate representation of color #E1A34E: hue angle of 34.69º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1A34E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 78 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.12 |
| HSL | 34.69º | 0.71% | 0.59% | - |
| HSV(B) | 34.69º | 0.65% | 0.88% | - |
| XYZ | 45.52 | 42.75 | 13.06 | - |
| YUV | 171.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 78 | 0 | 0.28 | 0.65 | 0.12 | 34.69 | 0.71 | 0.59 |
| Hex | E1 | A3 | 4E | 0 | 1C | 41 | C | 23 | 47 | 3B |
| Octal | 341 | 243 | 116 | 0 | 34 | 101 | 14 | 43 | 107 | 73 |
| Binary | 11100001 | 10100011 | 1001110 | 0 | 11100 | 1000001 | 1100 | 100011 | 1000111 | 111011 |
Color Harmonies of #E1A34E
Complementary color
Monochromatic Colors of #E1A34E
Black with #E1A34E
Text Example
Text Example
White with #E1A34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A34E; }
p { color: rgb(225,163,78); }
H1.HeaderClassName
{
color: #E1A34E;
}
.AnyTagClassName
{
color: #E1A34E;
}
</style>
background-color css
<style>
a { background-color: #E1A34E; }
a { background-color: rgb(225,163,78); }
div.DivClassName
{
background-color: #E1A34E;
}
.BgClassName
{
background-color: #E1A34E;
}
</style>
border-color css
<style>
span { border-color: #E1A34E; }
span { border-color: rgb(225,163,78); }
td.TdClassName
{
border-color: #E1A34E;
}
.TagClassName
{
border-color: #E1A34E;
}
</style>