Shades of Rob Roy #E1A853
Tints of Rob Roy #E1A853
RGB
CMYK
RGB Variations
Color information
#E1A853 (or 0xE1A853) is known color: Rob Roy. HEX triplet: E1, A8 and 53. RGB value is (225,168,83). Sum of RGB (Red+Green+Blue) = 225+168+83=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A853 is #1E57AC. Grayscale: #AFAFAF. Windows color (decimal): -1988525 or 5482721. OLE color: 5482721.
HSL color Cylindrical-coordinate representation of color #E1A853: hue angle of 35.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1A853 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 83 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.12 |
| HSL | 35.92º | 0.7% | 0.6% | - |
| HSV(B) | 35.92º | 0.63% | 0.88% | - |
| XYZ | 46.62 | 44.64 | 14.34 | - |
| YUV | 175.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 83 | 0 | 0.25 | 0.63 | 0.12 | 35.92 | 0.7 | 0.6 |
| Hex | E1 | A8 | 53 | 0 | 19 | 3F | C | 24 | 46 | 3C |
| Octal | 341 | 250 | 123 | 0 | 31 | 77 | 14 | 44 | 106 | 74 |
| Binary | 11100001 | 10101000 | 1010011 | 0 | 11001 | 111111 | 1100 | 100100 | 1000110 | 111100 |
Color Harmonies of #E1A853
Complementary color
Monochromatic Colors of #E1A853
Black with #E1A853
Text Example
Text Example
White with #E1A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A853; }
p { color: rgb(225,168,83); }
H1.HeaderClassName
{
color: #E1A853;
}
.AnyTagClassName
{
color: #E1A853;
}
</style>
background-color css
<style>
a { background-color: #E1A853; }
a { background-color: rgb(225,168,83); }
div.DivClassName
{
background-color: #E1A853;
}
.BgClassName
{
background-color: #E1A853;
}
</style>
border-color css
<style>
span { border-color: #E1A853; }
span { border-color: rgb(225,168,83); }
td.TdClassName
{
border-color: #E1A853;
}
.TagClassName
{
border-color: #E1A853;
}
</style>