Shades of Rob Roy #E7AA57
Tints of Rob Roy #E7AA57
RGB
CMYK
RGB Variations
Color information
#E7AA57 (or 0xE7AA57) is known color: Rob Roy. HEX triplet: E7, AA and 57. RGB value is (231,170,87). Sum of RGB (Red+Green+Blue) = 231+170+87=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA57 is #1855A8. Grayscale: #B3B3B3. Windows color (decimal): -1594793 or 5745383. OLE color: 5745383.
HSL color Cylindrical-coordinate representation of color #E7AA57: hue angle of 34.58º 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 #E7AA57 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 87 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.09 |
| HSL | 34.58º | 0.75% | 0.62% | - |
| HSV(B) | 34.58º | 0.62% | 0.91% | - |
| XYZ | 49.05 | 46.43 | 15.39 | - |
| YUV | 178.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 87 | 0 | 0.26 | 0.62 | 0.09 | 34.58 | 0.75 | 0.62 |
| Hex | E7 | AA | 57 | 0 | 1A | 3E | 9 | 23 | 4B | 3E |
| Octal | 347 | 252 | 127 | 0 | 32 | 76 | 11 | 43 | 113 | 76 |
| Binary | 11100111 | 10101010 | 1010111 | 0 | 11010 | 111110 | 1001 | 100011 | 1001011 | 111110 |
Color Harmonies of #E7AA57
Complementary color
Monochromatic Colors of #E7AA57
Black with #E7AA57
Text Example
Text Example
White with #E7AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA57; }
p { color: rgb(231,170,87); }
H1.HeaderClassName
{
color: #E7AA57;
}
.AnyTagClassName
{
color: #E7AA57;
}
</style>
background-color css
<style>
a { background-color: #E7AA57; }
a { background-color: rgb(231,170,87); }
div.DivClassName
{
background-color: #E7AA57;
}
.BgClassName
{
background-color: #E7AA57;
}
</style>
border-color css
<style>
span { border-color: #E7AA57; }
span { border-color: rgb(231,170,87); }
td.TdClassName
{
border-color: #E7AA57;
}
.TagClassName
{
border-color: #E7AA57;
}
</style>