Shades of Rob Roy #E1A758
Tints of Rob Roy #E1A758
RGB
CMYK
RGB Variations
Color information
#E1A758 (or 0xE1A758) is known color: Rob Roy. HEX triplet: E1, A7 and 58. RGB value is (225,167,88). Sum of RGB (Red+Green+Blue) = 225+167+88=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A758 is #1E58A7. Grayscale: #AFAFAF. Windows color (decimal): -1988776 or 5810145. OLE color: 5810145.
HSL color Cylindrical-coordinate representation of color #E1A758: hue angle of 34.6º 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 #E1A758 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 88 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.12 |
| HSL | 34.6º | 0.7% | 0.61% | - |
| HSV(B) | 34.6º | 0.61% | 0.88% | - |
| XYZ | 46.63 | 44.35 | 15.34 | - |
| YUV | 175.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 88 | 0 | 0.26 | 0.61 | 0.12 | 34.6 | 0.7 | 0.61 |
| Hex | E1 | A7 | 58 | 0 | 1A | 3D | C | 23 | 46 | 3D |
| Octal | 341 | 247 | 130 | 0 | 32 | 75 | 14 | 43 | 106 | 75 |
| Binary | 11100001 | 10100111 | 1011000 | 0 | 11010 | 111101 | 1100 | 100011 | 1000110 | 111101 |
Color Harmonies of #E1A758
Complementary color
Monochromatic Colors of #E1A758
Black with #E1A758
Text Example
Text Example
White with #E1A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A758; }
p { color: rgb(225,167,88); }
H1.HeaderClassName
{
color: #E1A758;
}
.AnyTagClassName
{
color: #E1A758;
}
</style>
background-color css
<style>
a { background-color: #E1A758; }
a { background-color: rgb(225,167,88); }
div.DivClassName
{
background-color: #E1A758;
}
.BgClassName
{
background-color: #E1A758;
}
</style>
border-color css
<style>
span { border-color: #E1A758; }
span { border-color: rgb(225,167,88); }
td.TdClassName
{
border-color: #E1A758;
}
.TagClassName
{
border-color: #E1A758;
}
</style>