Shades of Rob Roy #E1AF5D
Tints of Rob Roy #E1AF5D
RGB
CMYK
RGB Variations
Color information
#E1AF5D (or 0xE1AF5D) is known color: Rob Roy. HEX triplet: E1, AF and 5D. RGB value is (225,175,93). Sum of RGB (Red+Green+Blue) = 225+175+93=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF5D is #1E50A2. Grayscale: #B4B4B4. Windows color (decimal): -1986723 or 6139873. OLE color: 6139873.
HSL color Cylindrical-coordinate representation of color #E1AF5D: hue angle of 37.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1AF5D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 93 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.12 |
| HSL | 37.27º | 0.69% | 0.62% | - |
| HSV(B) | 37.27º | 0.59% | 0.88% | - |
| XYZ | 48.36 | 47.46 | 16.97 | - |
| YUV | 180.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 93 | 0 | 0.22 | 0.59 | 0.12 | 37.27 | 0.69 | 0.62 |
| Hex | E1 | AF | 5D | 0 | 16 | 3B | C | 25 | 45 | 3E |
| Octal | 341 | 257 | 135 | 0 | 26 | 73 | 14 | 45 | 105 | 76 |
| Binary | 11100001 | 10101111 | 1011101 | 0 | 10110 | 111011 | 1100 | 100101 | 1000101 | 111110 |
Color Harmonies of #E1AF5D
Complementary color
Monochromatic Colors of #E1AF5D
Black with #E1AF5D
Text Example
Text Example
White with #E1AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF5D; }
p { color: rgb(225,175,93); }
H1.HeaderClassName
{
color: #E1AF5D;
}
.AnyTagClassName
{
color: #E1AF5D;
}
</style>
background-color css
<style>
a { background-color: #E1AF5D; }
a { background-color: rgb(225,175,93); }
div.DivClassName
{
background-color: #E1AF5D;
}
.BgClassName
{
background-color: #E1AF5D;
}
</style>
border-color css
<style>
span { border-color: #E1AF5D; }
span { border-color: rgb(225,175,93); }
td.TdClassName
{
border-color: #E1AF5D;
}
.TagClassName
{
border-color: #E1AF5D;
}
</style>