Shades of Rob Roy #E7AB57
Tints of Rob Roy #E7AB57
RGB
CMYK
RGB Variations
Color information
#E7AB57 (or 0xE7AB57) is known color: Rob Roy. HEX triplet: E7, AB and 57. RGB value is (231,171,87). Sum of RGB (Red+Green+Blue) = 231+171+87=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB57 is #1854A8. Grayscale: #B3B3B3. Windows color (decimal): -1594537 or 5745639. OLE color: 5745639.
HSL color Cylindrical-coordinate representation of color #E7AB57: hue angle of 35º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7AB57 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 87 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.09 |
| HSL | 35º | 0.75% | 0.62% | - |
| HSV(B) | 35º | 0.62% | 0.91% | - |
| XYZ | 49.24 | 46.8 | 15.46 | - |
| YUV | 179.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 87 | 0 | 0.26 | 0.62 | 0.09 | 35 | 0.75 | 0.62 |
| Hex | E7 | AB | 57 | 0 | 1A | 3E | 9 | 23 | 4B | 3E |
| Octal | 347 | 253 | 127 | 0 | 32 | 76 | 11 | 43 | 113 | 76 |
| Binary | 11100111 | 10101011 | 1010111 | 0 | 11010 | 111110 | 1001 | 100011 | 1001011 | 111110 |
Color Harmonies of #E7AB57
Complementary color
Monochromatic Colors of #E7AB57
Black with #E7AB57
Text Example
Text Example
White with #E7AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB57; }
p { color: rgb(231,171,87); }
H1.HeaderClassName
{
color: #E7AB57;
}
.AnyTagClassName
{
color: #E7AB57;
}
</style>
background-color css
<style>
a { background-color: #E7AB57; }
a { background-color: rgb(231,171,87); }
div.DivClassName
{
background-color: #E7AB57;
}
.BgClassName
{
background-color: #E7AB57;
}
</style>
border-color css
<style>
span { border-color: #E7AB57; }
span { border-color: rgb(231,171,87); }
td.TdClassName
{
border-color: #E7AB57;
}
.TagClassName
{
border-color: #E7AB57;
}
</style>