Shades of Rob Roy #E7AB5D
Tints of Rob Roy #E7AB5D
RGB
CMYK
RGB Variations
Color information
#E7AB5D (or 0xE7AB5D) is known color: Rob Roy. HEX triplet: E7, AB and 5D. RGB value is (231,171,93). Sum of RGB (Red+Green+Blue) = 231+171+93=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB5D is #1854A2. Grayscale: #B4B4B4. Windows color (decimal): -1594531 or 6138855. OLE color: 6138855.
HSL color Cylindrical-coordinate representation of color #E7AB5D: hue angle of 33.91º 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 #E7AB5D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 93 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.09 |
| HSL | 33.91º | 0.74% | 0.64% | - |
| HSV(B) | 33.91º | 0.6% | 0.91% | - |
| XYZ | 49.49 | 46.91 | 16.8 | - |
| YUV | 180.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 93 | 0 | 0.26 | 0.60 | 0.09 | 33.91 | 0.74 | 0.64 |
| Hex | E7 | AB | 5D | 0 | 1A | 3C | 9 | 22 | 4A | 40 |
| Octal | 347 | 253 | 135 | 0 | 32 | 74 | 11 | 42 | 112 | 100 |
| Binary | 11100111 | 10101011 | 1011101 | 0 | 11010 | 111100 | 1001 | 100010 | 1001010 | 1000000 |
Color Harmonies of #E7AB5D
Complementary color
Monochromatic Colors of #E7AB5D
Black with #E7AB5D
Text Example
Text Example
White with #E7AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB5D; }
p { color: rgb(231,171,93); }
H1.HeaderClassName
{
color: #E7AB5D;
}
.AnyTagClassName
{
color: #E7AB5D;
}
</style>
background-color css
<style>
a { background-color: #E7AB5D; }
a { background-color: rgb(231,171,93); }
div.DivClassName
{
background-color: #E7AB5D;
}
.BgClassName
{
background-color: #E7AB5D;
}
</style>
border-color css
<style>
span { border-color: #E7AB5D; }
span { border-color: rgb(231,171,93); }
td.TdClassName
{
border-color: #E7AB5D;
}
.TagClassName
{
border-color: #E7AB5D;
}
</style>