Shades of Rob Roy #E1A84E
Tints of Rob Roy #E1A84E
RGB
CMYK
RGB Variations
Color information
#E1A84E (or 0xE1A84E) is known color: Rob Roy. HEX triplet: E1, A8 and 4E. RGB value is (225,168,78). Sum of RGB (Red+Green+Blue) = 225+168+78=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A84E is #1E57B1. Grayscale: #AFAFAF. Windows color (decimal): -1988530 or 5155041. OLE color: 5155041.
HSL color Cylindrical-coordinate representation of color #E1A84E: hue angle of 36.73º 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 #E1A84E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 78 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.12 |
| HSL | 36.73º | 0.71% | 0.59% | - |
| HSV(B) | 36.73º | 0.65% | 0.88% | - |
| XYZ | 46.43 | 44.56 | 13.36 | - |
| YUV | 174.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 78 | 0 | 0.25 | 0.65 | 0.12 | 36.73 | 0.71 | 0.59 |
| Hex | E1 | A8 | 4E | 0 | 19 | 41 | C | 25 | 47 | 3B |
| Octal | 341 | 250 | 116 | 0 | 31 | 101 | 14 | 45 | 107 | 73 |
| Binary | 11100001 | 10101000 | 1001110 | 0 | 11001 | 1000001 | 1100 | 100101 | 1000111 | 111011 |
Color Harmonies of #E1A84E
Complementary color
Monochromatic Colors of #E1A84E
Black with #E1A84E
Text Example
Text Example
White with #E1A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A84E; }
p { color: rgb(225,168,78); }
H1.HeaderClassName
{
color: #E1A84E;
}
.AnyTagClassName
{
color: #E1A84E;
}
</style>
background-color css
<style>
a { background-color: #E1A84E; }
a { background-color: rgb(225,168,78); }
div.DivClassName
{
background-color: #E1A84E;
}
.BgClassName
{
background-color: #E1A84E;
}
</style>
border-color css
<style>
span { border-color: #E1A84E; }
span { border-color: rgb(225,168,78); }
td.TdClassName
{
border-color: #E1A84E;
}
.TagClassName
{
border-color: #E1A84E;
}
</style>