Shades of Rob Roy #E7A95A
Tints of Rob Roy #E7A95A
RGB
CMYK
RGB Variations
Color information
#E7A95A (or 0xE7A95A) is known color: Rob Roy. HEX triplet: E7, A9 and 5A. RGB value is (231,169,90). Sum of RGB (Red+Green+Blue) = 231+169+90=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A95A is #1856A5. Grayscale: #B2B2B2. Windows color (decimal): -1595046 or 5941735. OLE color: 5941735.
HSL color Cylindrical-coordinate representation of color #E7A95A: hue angle of 33.62º 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 #E7A95A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 90 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.09 |
| HSL | 33.62º | 0.75% | 0.63% | - |
| HSV(B) | 33.62º | 0.61% | 0.91% | - |
| XYZ | 48.99 | 46.1 | 15.99 | - |
| YUV | 178.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 90 | 0 | 0.27 | 0.61 | 0.09 | 33.62 | 0.75 | 0.63 |
| Hex | E7 | A9 | 5A | 0 | 1B | 3D | 9 | 22 | 4B | 3F |
| Octal | 347 | 251 | 132 | 0 | 33 | 75 | 11 | 42 | 113 | 77 |
| Binary | 11100111 | 10101001 | 1011010 | 0 | 11011 | 111101 | 1001 | 100010 | 1001011 | 111111 |
Color Harmonies of #E7A95A
Complementary color
Monochromatic Colors of #E7A95A
Black with #E7A95A
Text Example
Text Example
White with #E7A95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A95A; }
p { color: rgb(231,169,90); }
H1.HeaderClassName
{
color: #E7A95A;
}
.AnyTagClassName
{
color: #E7A95A;
}
</style>
background-color css
<style>
a { background-color: #E7A95A; }
a { background-color: rgb(231,169,90); }
div.DivClassName
{
background-color: #E7A95A;
}
.BgClassName
{
background-color: #E7A95A;
}
</style>
border-color css
<style>
span { border-color: #E7A95A; }
span { border-color: rgb(231,169,90); }
td.TdClassName
{
border-color: #E7A95A;
}
.TagClassName
{
border-color: #E7A95A;
}
</style>