Shades of Rob Roy #E7AA5D
Tints of Rob Roy #E7AA5D
RGB
CMYK
RGB Variations
Color information
#E7AA5D (or 0xE7AA5D) is known color: Rob Roy. HEX triplet: E7, AA and 5D. RGB value is (231,170,93). Sum of RGB (Red+Green+Blue) = 231+170+93=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA5D is #1855A2. Grayscale: #B3B3B3. Windows color (decimal): -1594787 or 6138599. OLE color: 6138599.
HSL color Cylindrical-coordinate representation of color #E7AA5D: hue angle of 33.48º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7AA5D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 93 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.09 |
| HSL | 33.48º | 0.74% | 0.64% | - |
| HSV(B) | 33.48º | 0.6% | 0.91% | - |
| XYZ | 49.31 | 46.53 | 16.74 | - |
| YUV | 179.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 93 | 0 | 0.26 | 0.60 | 0.09 | 33.48 | 0.74 | 0.64 |
| Hex | E7 | AA | 5D | 0 | 1A | 3C | 9 | 21 | 4A | 40 |
| Octal | 347 | 252 | 135 | 0 | 32 | 74 | 11 | 41 | 112 | 100 |
| Binary | 11100111 | 10101010 | 1011101 | 0 | 11010 | 111100 | 1001 | 100001 | 1001010 | 1000000 |
Color Harmonies of #E7AA5D
Complementary color
Monochromatic Colors of #E7AA5D
Black with #E7AA5D
Text Example
Text Example
White with #E7AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA5D; }
p { color: rgb(231,170,93); }
H1.HeaderClassName
{
color: #E7AA5D;
}
.AnyTagClassName
{
color: #E7AA5D;
}
</style>
background-color css
<style>
a { background-color: #E7AA5D; }
a { background-color: rgb(231,170,93); }
div.DivClassName
{
background-color: #E7AA5D;
}
.BgClassName
{
background-color: #E7AA5D;
}
</style>
border-color css
<style>
span { border-color: #E7AA5D; }
span { border-color: rgb(231,170,93); }
td.TdClassName
{
border-color: #E7AA5D;
}
.TagClassName
{
border-color: #E7AA5D;
}
</style>