Shades of Rob Roy #E7A85A
Tints of Rob Roy #E7A85A
RGB
CMYK
RGB Variations
Color information
#E7A85A (or 0xE7A85A) is known color: Rob Roy. HEX triplet: E7, A8 and 5A. RGB value is (231,168,90). Sum of RGB (Red+Green+Blue) = 231+168+90=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A85A is #1857A5. Grayscale: #B2B2B2. Windows color (decimal): -1595302 or 5941479. OLE color: 5941479.
HSL color Cylindrical-coordinate representation of color #E7A85A: hue angle of 33.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7A85A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 90 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.09 |
| HSL | 33.19º | 0.75% | 0.63% | - |
| HSV(B) | 33.19º | 0.61% | 0.91% | - |
| XYZ | 48.8 | 45.73 | 15.93 | - |
| YUV | 177.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 90 | 0 | 0.27 | 0.61 | 0.09 | 33.19 | 0.75 | 0.63 |
| Hex | E7 | A8 | 5A | 0 | 1B | 3D | 9 | 21 | 4B | 3F |
| Octal | 347 | 250 | 132 | 0 | 33 | 75 | 11 | 41 | 113 | 77 |
| Binary | 11100111 | 10101000 | 1011010 | 0 | 11011 | 111101 | 1001 | 100001 | 1001011 | 111111 |
Color Harmonies of #E7A85A
Complementary color
Monochromatic Colors of #E7A85A
Black with #E7A85A
Text Example
Text Example
White with #E7A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A85A; }
p { color: rgb(231,168,90); }
H1.HeaderClassName
{
color: #E7A85A;
}
.AnyTagClassName
{
color: #E7A85A;
}
</style>
background-color css
<style>
a { background-color: #E7A85A; }
a { background-color: rgb(231,168,90); }
div.DivClassName
{
background-color: #E7A85A;
}
.BgClassName
{
background-color: #E7A85A;
}
</style>
border-color css
<style>
span { border-color: #E7A85A; }
span { border-color: rgb(231,168,90); }
td.TdClassName
{
border-color: #E7A85A;
}
.TagClassName
{
border-color: #E7A85A;
}
</style>