Shades of Rob Roy #E1A852
Tints of Rob Roy #E1A852
RGB
CMYK
RGB Variations
Color information
#E1A852 (or 0xE1A852) is known color: Rob Roy. HEX triplet: E1, A8 and 52. RGB value is (225,168,82). Sum of RGB (Red+Green+Blue) = 225+168+82=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A852 is #1E57AD. Grayscale: #AFAFAF. Windows color (decimal): -1988526 or 5417185. OLE color: 5417185.
HSL color Cylindrical-coordinate representation of color #E1A852: hue angle of 36.08º degrees, saturation: 0.7, 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 #E1A852 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 82 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.12 |
| HSL | 36.08º | 0.7% | 0.6% | - |
| HSV(B) | 36.08º | 0.64% | 0.88% | - |
| XYZ | 46.58 | 44.62 | 14.14 | - |
| YUV | 175.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 82 | 0 | 0.25 | 0.64 | 0.12 | 36.08 | 0.7 | 0.6 |
| Hex | E1 | A8 | 52 | 0 | 19 | 40 | C | 24 | 46 | 3C |
| Octal | 341 | 250 | 122 | 0 | 31 | 100 | 14 | 44 | 106 | 74 |
| Binary | 11100001 | 10101000 | 1010010 | 0 | 11001 | 1000000 | 1100 | 100100 | 1000110 | 111100 |
Color Harmonies of #E1A852
Complementary color
Monochromatic Colors of #E1A852
Black with #E1A852
Text Example
Text Example
White with #E1A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A852; }
p { color: rgb(225,168,82); }
H1.HeaderClassName
{
color: #E1A852;
}
.AnyTagClassName
{
color: #E1A852;
}
</style>
background-color css
<style>
a { background-color: #E1A852; }
a { background-color: rgb(225,168,82); }
div.DivClassName
{
background-color: #E1A852;
}
.BgClassName
{
background-color: #E1A852;
}
</style>
border-color css
<style>
span { border-color: #E1A852; }
span { border-color: rgb(225,168,82); }
td.TdClassName
{
border-color: #E1A852;
}
.TagClassName
{
border-color: #E1A852;
}
</style>