Shades of Rob Roy #E7AA55
Tints of Rob Roy #E7AA55
RGB
CMYK
RGB Variations
Color information
#E7AA55 (or 0xE7AA55) is known color: Rob Roy. HEX triplet: E7, AA and 55. RGB value is (231,170,85). Sum of RGB (Red+Green+Blue) = 231+170+85=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA55 is #1855AA. Grayscale: #B2B2B2. Windows color (decimal): -1594795 or 5614311. OLE color: 5614311.
HSL color Cylindrical-coordinate representation of color #E7AA55: hue angle of 34.93º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7AA55 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 85 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.09 |
| HSL | 34.93º | 0.75% | 0.62% | - |
| HSV(B) | 34.93º | 0.63% | 0.91% | - |
| XYZ | 48.97 | 46.39 | 14.97 | - |
| YUV | 178.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 85 | 0 | 0.26 | 0.63 | 0.09 | 34.93 | 0.75 | 0.62 |
| Hex | E7 | AA | 55 | 0 | 1A | 3F | 9 | 23 | 4B | 3E |
| Octal | 347 | 252 | 125 | 0 | 32 | 77 | 11 | 43 | 113 | 76 |
| Binary | 11100111 | 10101010 | 1010101 | 0 | 11010 | 111111 | 1001 | 100011 | 1001011 | 111110 |
Color Harmonies of #E7AA55
Complementary color
Monochromatic Colors of #E7AA55
Black with #E7AA55
Text Example
Text Example
White with #E7AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA55; }
p { color: rgb(231,170,85); }
H1.HeaderClassName
{
color: #E7AA55;
}
.AnyTagClassName
{
color: #E7AA55;
}
</style>
background-color css
<style>
a { background-color: #E7AA55; }
a { background-color: rgb(231,170,85); }
div.DivClassName
{
background-color: #E7AA55;
}
.BgClassName
{
background-color: #E7AA55;
}
</style>
border-color css
<style>
span { border-color: #E7AA55; }
span { border-color: rgb(231,170,85); }
td.TdClassName
{
border-color: #E7AA55;
}
.TagClassName
{
border-color: #E7AA55;
}
</style>