Shades of Rob Roy #E7AA53
Tints of Rob Roy #E7AA53
RGB
CMYK
RGB Variations
Color information
#E7AA53 (or 0xE7AA53) is known color: Rob Roy. HEX triplet: E7, AA and 53. RGB value is (231,170,83). Sum of RGB (Red+Green+Blue) = 231+170+83=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA53 is #1855AC. Grayscale: #B2B2B2. Windows color (decimal): -1594797 or 5483239. OLE color: 5483239.
HSL color Cylindrical-coordinate representation of color #E7AA53: hue angle of 35.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7AA53 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 83 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.09 |
| HSL | 35.27º | 0.76% | 0.62% | - |
| HSV(B) | 35.27º | 0.64% | 0.91% | - |
| XYZ | 48.89 | 46.36 | 14.56 | - |
| YUV | 178.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 83 | 0 | 0.26 | 0.64 | 0.09 | 35.27 | 0.76 | 0.62 |
| Hex | E7 | AA | 53 | 0 | 1A | 40 | 9 | 23 | 4C | 3E |
| Octal | 347 | 252 | 123 | 0 | 32 | 100 | 11 | 43 | 114 | 76 |
| Binary | 11100111 | 10101010 | 1010011 | 0 | 11010 | 1000000 | 1001 | 100011 | 1001100 | 111110 |
Color Harmonies of #E7AA53
Complementary color
Monochromatic Colors of #E7AA53
Black with #E7AA53
Text Example
Text Example
White with #E7AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA53; }
p { color: rgb(231,170,83); }
H1.HeaderClassName
{
color: #E7AA53;
}
.AnyTagClassName
{
color: #E7AA53;
}
</style>
background-color css
<style>
a { background-color: #E7AA53; }
a { background-color: rgb(231,170,83); }
div.DivClassName
{
background-color: #E7AA53;
}
.BgClassName
{
background-color: #E7AA53;
}
</style>
border-color css
<style>
span { border-color: #E7AA53; }
span { border-color: rgb(231,170,83); }
td.TdClassName
{
border-color: #E7AA53;
}
.TagClassName
{
border-color: #E7AA53;
}
</style>