Shades of Rob Roy #E7A95C
Tints of Rob Roy #E7A95C
RGB
CMYK
RGB Variations
Color information
#E7A95C (or 0xE7A95C) is known color: Rob Roy. HEX triplet: E7, A9 and 5C. RGB value is (231,169,92). Sum of RGB (Red+Green+Blue) = 231+169+92=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A95C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A95C is #1856A3. Grayscale: #B3B3B3. Windows color (decimal): -1595044 or 6072807. OLE color: 6072807.
HSL color Cylindrical-coordinate representation of color #E7A95C: hue angle of 33.24º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7A95C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 92 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.09 |
| HSL | 33.24º | 0.74% | 0.63% | - |
| HSV(B) | 33.24º | 0.6% | 0.91% | - |
| XYZ | 49.07 | 46.14 | 16.44 | - |
| YUV | 178.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 92 | 0 | 0.27 | 0.60 | 0.09 | 33.24 | 0.74 | 0.63 |
| Hex | E7 | A9 | 5C | 0 | 1B | 3C | 9 | 21 | 4A | 3F |
| Octal | 347 | 251 | 134 | 0 | 33 | 74 | 11 | 41 | 112 | 77 |
| Binary | 11100111 | 10101001 | 1011100 | 0 | 11011 | 111100 | 1001 | 100001 | 1001010 | 111111 |
Color Harmonies of #E7A95C
Complementary color
Monochromatic Colors of #E7A95C
Black with #E7A95C
Text Example
Text Example
White with #E7A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A95C; }
p { color: rgb(231,169,92); }
H1.HeaderClassName
{
color: #E7A95C;
}
.AnyTagClassName
{
color: #E7A95C;
}
</style>
background-color css
<style>
a { background-color: #E7A95C; }
a { background-color: rgb(231,169,92); }
div.DivClassName
{
background-color: #E7A95C;
}
.BgClassName
{
background-color: #E7A95C;
}
</style>
border-color css
<style>
span { border-color: #E7A95C; }
span { border-color: rgb(231,169,92); }
td.TdClassName
{
border-color: #E7A95C;
}
.TagClassName
{
border-color: #E7A95C;
}
</style>