Shades of Rob Roy #E7AB56
Tints of Rob Roy #E7AB56
RGB
CMYK
RGB Variations
Color information
#E7AB56 (or 0xE7AB56) is known color: Rob Roy. HEX triplet: E7, AB and 56. RGB value is (231,171,86). Sum of RGB (Red+Green+Blue) = 231+171+86=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB56 is #1854A9. Grayscale: #B3B3B3. Windows color (decimal): -1594538 or 5680103. OLE color: 5680103.
HSL color Cylindrical-coordinate representation of color #E7AB56: hue angle of 35.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7AB56 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 86 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.09 |
| HSL | 35.17º | 0.75% | 0.62% | - |
| HSV(B) | 35.17º | 0.63% | 0.91% | - |
| XYZ | 49.2 | 46.79 | 15.24 | - |
| YUV | 179.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 86 | 0 | 0.26 | 0.63 | 0.09 | 35.17 | 0.75 | 0.62 |
| Hex | E7 | AB | 56 | 0 | 1A | 3F | 9 | 23 | 4B | 3E |
| Octal | 347 | 253 | 126 | 0 | 32 | 77 | 11 | 43 | 113 | 76 |
| Binary | 11100111 | 10101011 | 1010110 | 0 | 11010 | 111111 | 1001 | 100011 | 1001011 | 111110 |
Color Harmonies of #E7AB56
Complementary color
Monochromatic Colors of #E7AB56
Black with #E7AB56
Text Example
Text Example
White with #E7AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB56; }
p { color: rgb(231,171,86); }
H1.HeaderClassName
{
color: #E7AB56;
}
.AnyTagClassName
{
color: #E7AB56;
}
</style>
background-color css
<style>
a { background-color: #E7AB56; }
a { background-color: rgb(231,171,86); }
div.DivClassName
{
background-color: #E7AB56;
}
.BgClassName
{
background-color: #E7AB56;
}
</style>
border-color css
<style>
span { border-color: #E7AB56; }
span { border-color: rgb(231,171,86); }
td.TdClassName
{
border-color: #E7AB56;
}
.TagClassName
{
border-color: #E7AB56;
}
</style>