Shades of Rob Roy #E7AA5E
Tints of Rob Roy #E7AA5E
RGB
CMYK
RGB Variations
Color information
#E7AA5E (or 0xE7AA5E) is known color: Rob Roy. HEX triplet: E7, AA and 5E. RGB value is (231,170,94). Sum of RGB (Red+Green+Blue) = 231+170+94=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA5E is #1855A1. Grayscale: #B3B3B3. Windows color (decimal): -1594786 or 6204135. OLE color: 6204135.
HSL color Cylindrical-coordinate representation of color #E7AA5E: hue angle of 33.28º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7AA5E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 94 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.09 |
| HSL | 33.28º | 0.74% | 0.64% | - |
| HSV(B) | 33.28º | 0.59% | 0.91% | - |
| XYZ | 49.35 | 46.55 | 16.97 | - |
| YUV | 179.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 94 | 0 | 0.26 | 0.59 | 0.09 | 33.28 | 0.74 | 0.64 |
| Hex | E7 | AA | 5E | 0 | 1A | 3B | 9 | 21 | 4A | 40 |
| Octal | 347 | 252 | 136 | 0 | 32 | 73 | 11 | 41 | 112 | 100 |
| Binary | 11100111 | 10101010 | 1011110 | 0 | 11010 | 111011 | 1001 | 100001 | 1001010 | 1000000 |
Color Harmonies of #E7AA5E
Complementary color
Monochromatic Colors of #E7AA5E
Black with #E7AA5E
Text Example
Text Example
White with #E7AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA5E; }
p { color: rgb(231,170,94); }
H1.HeaderClassName
{
color: #E7AA5E;
}
.AnyTagClassName
{
color: #E7AA5E;
}
</style>
background-color css
<style>
a { background-color: #E7AA5E; }
a { background-color: rgb(231,170,94); }
div.DivClassName
{
background-color: #E7AA5E;
}
.BgClassName
{
background-color: #E7AA5E;
}
</style>
border-color css
<style>
span { border-color: #E7AA5E; }
span { border-color: rgb(231,170,94); }
td.TdClassName
{
border-color: #E7AA5E;
}
.TagClassName
{
border-color: #E7AA5E;
}
</style>