Shades of Rob Roy #E1AF55
Tints of Rob Roy #E1AF55
RGB
CMYK
RGB Variations
Color information
#E1AF55 (or 0xE1AF55) is known color: Rob Roy. HEX triplet: E1, AF and 55. RGB value is (225,175,85). Sum of RGB (Red+Green+Blue) = 225+175+85=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF55 is #1E50AA. Grayscale: #B4B4B4. Windows color (decimal): -1986731 or 5615585. OLE color: 5615585.
HSL color Cylindrical-coordinate representation of color #E1AF55: hue angle of 38.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1AF55 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 85 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.12 |
| HSL | 38.57º | 0.7% | 0.61% | - |
| HSV(B) | 38.57º | 0.62% | 0.88% | - |
| XYZ | 48.02 | 47.32 | 15.2 | - |
| YUV | 179.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 85 | 0 | 0.22 | 0.62 | 0.12 | 38.57 | 0.7 | 0.61 |
| Hex | E1 | AF | 55 | 0 | 16 | 3E | C | 27 | 46 | 3D |
| Octal | 341 | 257 | 125 | 0 | 26 | 76 | 14 | 47 | 106 | 75 |
| Binary | 11100001 | 10101111 | 1010101 | 0 | 10110 | 111110 | 1100 | 100111 | 1000110 | 111101 |
Color Harmonies of #E1AF55
Complementary color
Monochromatic Colors of #E1AF55
Black with #E1AF55
Text Example
Text Example
White with #E1AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF55; }
p { color: rgb(225,175,85); }
H1.HeaderClassName
{
color: #E1AF55;
}
.AnyTagClassName
{
color: #E1AF55;
}
</style>
background-color css
<style>
a { background-color: #E1AF55; }
a { background-color: rgb(225,175,85); }
div.DivClassName
{
background-color: #E1AF55;
}
.BgClassName
{
background-color: #E1AF55;
}
</style>
border-color css
<style>
span { border-color: #E1AF55; }
span { border-color: rgb(225,175,85); }
td.TdClassName
{
border-color: #E1AF55;
}
.TagClassName
{
border-color: #E1AF55;
}
</style>