Shades of Rob Roy #E1A851
Tints of Rob Roy #E1A851
RGB
CMYK
RGB Variations
Color information
#E1A851 (or 0xE1A851) is known color: Rob Roy. HEX triplet: E1, A8 and 51. RGB value is (225,168,81). Sum of RGB (Red+Green+Blue) = 225+168+81=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A851 is #1E57AE. Grayscale: #AFAFAF. Windows color (decimal): -1988527 or 5351649. OLE color: 5351649.
HSL color Cylindrical-coordinate representation of color #E1A851: hue angle of 36.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1A851 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 81 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.12 |
| HSL | 36.25º | 0.71% | 0.6% | - |
| HSV(B) | 36.25º | 0.64% | 0.88% | - |
| XYZ | 46.54 | 44.61 | 13.94 | - |
| YUV | 175.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 81 | 0 | 0.25 | 0.64 | 0.12 | 36.25 | 0.71 | 0.6 |
| Hex | E1 | A8 | 51 | 0 | 19 | 40 | C | 24 | 47 | 3C |
| Octal | 341 | 250 | 121 | 0 | 31 | 100 | 14 | 44 | 107 | 74 |
| Binary | 11100001 | 10101000 | 1010001 | 0 | 11001 | 1000000 | 1100 | 100100 | 1000111 | 111100 |
Color Harmonies of #E1A851
Complementary color
Monochromatic Colors of #E1A851
Black with #E1A851
Text Example
Text Example
White with #E1A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A851; }
p { color: rgb(225,168,81); }
H1.HeaderClassName
{
color: #E1A851;
}
.AnyTagClassName
{
color: #E1A851;
}
</style>
background-color css
<style>
a { background-color: #E1A851; }
a { background-color: rgb(225,168,81); }
div.DivClassName
{
background-color: #E1A851;
}
.BgClassName
{
background-color: #E1A851;
}
</style>
border-color css
<style>
span { border-color: #E1A851; }
span { border-color: rgb(225,168,81); }
td.TdClassName
{
border-color: #E1A851;
}
.TagClassName
{
border-color: #E1A851;
}
</style>