Shades of Rob Roy #E7AB60
Tints of Rob Roy #E7AB60
RGB
CMYK
RGB Variations
Color information
#E7AB60 (or 0xE7AB60) is known color: Rob Roy. HEX triplet: E7, AB and 60. RGB value is (231,171,96). Sum of RGB (Red+Green+Blue) = 231+171+96=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB60 is #18549F. Grayscale: #B4B4B4. Windows color (decimal): -1594528 or 6335463. OLE color: 6335463.
HSL color Cylindrical-coordinate representation of color #E7AB60: hue angle of 33.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7AB60 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 96 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.09 |
| HSL | 33.33º | 0.74% | 0.64% | - |
| HSV(B) | 33.33º | 0.58% | 0.91% | - |
| XYZ | 49.63 | 46.96 | 17.51 | - |
| YUV | 180.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 96 | 0 | 0.26 | 0.58 | 0.09 | 33.33 | 0.74 | 0.64 |
| Hex | E7 | AB | 60 | 0 | 1A | 3A | 9 | 21 | 4A | 40 |
| Octal | 347 | 253 | 140 | 0 | 32 | 72 | 11 | 41 | 112 | 100 |
| Binary | 11100111 | 10101011 | 1100000 | 0 | 11010 | 111010 | 1001 | 100001 | 1001010 | 1000000 |
Color Harmonies of #E7AB60
Complementary color
Monochromatic Colors of #E7AB60
Black with #E7AB60
Text Example
Text Example
White with #E7AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB60; }
p { color: rgb(231,171,96); }
H1.HeaderClassName
{
color: #E7AB60;
}
.AnyTagClassName
{
color: #E7AB60;
}
</style>
background-color css
<style>
a { background-color: #E7AB60; }
a { background-color: rgb(231,171,96); }
div.DivClassName
{
background-color: #E7AB60;
}
.BgClassName
{
background-color: #E7AB60;
}
</style>
border-color css
<style>
span { border-color: #E7AB60; }
span { border-color: rgb(231,171,96); }
td.TdClassName
{
border-color: #E7AB60;
}
.TagClassName
{
border-color: #E7AB60;
}
</style>