Shades of Rob Roy #E1A84C
Tints of Rob Roy #E1A84C
RGB
CMYK
RGB Variations
Color information
#E1A84C (or 0xE1A84C) is known color: Rob Roy. HEX triplet: E1, A8 and 4C. RGB value is (225,168,76). Sum of RGB (Red+Green+Blue) = 225+168+76=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A84C is #1E57B3. Grayscale: #AEAEAE. Windows color (decimal): -1988532 or 5023969. OLE color: 5023969.
HSL color Cylindrical-coordinate representation of color #E1A84C: hue angle of 37.05º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1A84C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 76 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.12 |
| HSL | 37.05º | 0.71% | 0.59% | - |
| HSV(B) | 37.05º | 0.66% | 0.88% | - |
| XYZ | 46.36 | 44.53 | 12.99 | - |
| YUV | 174.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 76 | 0 | 0.25 | 0.66 | 0.12 | 37.05 | 0.71 | 0.59 |
| Hex | E1 | A8 | 4C | 0 | 19 | 42 | C | 25 | 47 | 3B |
| Octal | 341 | 250 | 114 | 0 | 31 | 102 | 14 | 45 | 107 | 73 |
| Binary | 11100001 | 10101000 | 1001100 | 0 | 11001 | 1000010 | 1100 | 100101 | 1000111 | 111011 |
Color Harmonies of #E1A84C
Complementary color
Monochromatic Colors of #E1A84C
Black with #E1A84C
Text Example
Text Example
White with #E1A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A84C; }
p { color: rgb(225,168,76); }
H1.HeaderClassName
{
color: #E1A84C;
}
.AnyTagClassName
{
color: #E1A84C;
}
</style>
background-color css
<style>
a { background-color: #E1A84C; }
a { background-color: rgb(225,168,76); }
div.DivClassName
{
background-color: #E1A84C;
}
.BgClassName
{
background-color: #E1A84C;
}
</style>
border-color css
<style>
span { border-color: #E1A84C; }
span { border-color: rgb(225,168,76); }
td.TdClassName
{
border-color: #E1A84C;
}
.TagClassName
{
border-color: #E1A84C;
}
</style>