Shades of Rob Roy #E1A958
Tints of Rob Roy #E1A958
RGB
CMYK
RGB Variations
Color information
#E1A958 (or 0xE1A958) is known color: Rob Roy. HEX triplet: E1, A9 and 58. RGB value is (225,169,88). Sum of RGB (Red+Green+Blue) = 225+169+88=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A958 is #1E56A7. Grayscale: #B0B0B0. Windows color (decimal): -1988264 or 5810657. OLE color: 5810657.
HSL color Cylindrical-coordinate representation of color #E1A958: hue angle of 35.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1A958 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 88 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.12 |
| HSL | 35.47º | 0.7% | 0.61% | - |
| HSV(B) | 35.47º | 0.61% | 0.88% | - |
| XYZ | 47 | 45.09 | 15.46 | - |
| YUV | 176.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 88 | 0 | 0.25 | 0.61 | 0.12 | 35.47 | 0.7 | 0.61 |
| Hex | E1 | A9 | 58 | 0 | 19 | 3D | C | 23 | 46 | 3D |
| Octal | 341 | 251 | 130 | 0 | 31 | 75 | 14 | 43 | 106 | 75 |
| Binary | 11100001 | 10101001 | 1011000 | 0 | 11001 | 111101 | 1100 | 100011 | 1000110 | 111101 |
Color Harmonies of #E1A958
Complementary color
Monochromatic Colors of #E1A958
Black with #E1A958
Text Example
Text Example
White with #E1A958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A958; }
p { color: rgb(225,169,88); }
H1.HeaderClassName
{
color: #E1A958;
}
.AnyTagClassName
{
color: #E1A958;
}
</style>
background-color css
<style>
a { background-color: #E1A958; }
a { background-color: rgb(225,169,88); }
div.DivClassName
{
background-color: #E1A958;
}
.BgClassName
{
background-color: #E1A958;
}
</style>
border-color css
<style>
span { border-color: #E1A958; }
span { border-color: rgb(225,169,88); }
td.TdClassName
{
border-color: #E1A958;
}
.TagClassName
{
border-color: #E1A958;
}
</style>