Shades of Rob Roy #E1AF53
Tints of Rob Roy #E1AF53
RGB
CMYK
RGB Variations
Color information
#E1AF53 (or 0xE1AF53) is known color: Rob Roy. HEX triplet: E1, AF and 53. RGB value is (225,175,83). Sum of RGB (Red+Green+Blue) = 225+175+83=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF53 is #1E50AC. Grayscale: #B3B3B3. Windows color (decimal): -1986733 or 5484513. OLE color: 5484513.
HSL color Cylindrical-coordinate representation of color #E1AF53: hue angle of 38.87º 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 #E1AF53 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 83 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.12 |
| HSL | 38.87º | 0.7% | 0.6% | - |
| HSV(B) | 38.87º | 0.63% | 0.88% | - |
| XYZ | 47.94 | 47.29 | 14.79 | - |
| YUV | 179.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 83 | 0 | 0.22 | 0.63 | 0.12 | 38.87 | 0.7 | 0.6 |
| Hex | E1 | AF | 53 | 0 | 16 | 3F | C | 27 | 46 | 3C |
| Octal | 341 | 257 | 123 | 0 | 26 | 77 | 14 | 47 | 106 | 74 |
| Binary | 11100001 | 10101111 | 1010011 | 0 | 10110 | 111111 | 1100 | 100111 | 1000110 | 111100 |
Color Harmonies of #E1AF53
Complementary color
Monochromatic Colors of #E1AF53
Black with #E1AF53
Text Example
Text Example
White with #E1AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF53; }
p { color: rgb(225,175,83); }
H1.HeaderClassName
{
color: #E1AF53;
}
.AnyTagClassName
{
color: #E1AF53;
}
</style>
background-color css
<style>
a { background-color: #E1AF53; }
a { background-color: rgb(225,175,83); }
div.DivClassName
{
background-color: #E1AF53;
}
.BgClassName
{
background-color: #E1AF53;
}
</style>
border-color css
<style>
span { border-color: #E1AF53; }
span { border-color: rgb(225,175,83); }
td.TdClassName
{
border-color: #E1AF53;
}
.TagClassName
{
border-color: #E1AF53;
}
</style>