Shades of Rob Roy #E8AB5E
Tints of Rob Roy #E8AB5E
RGB
CMYK
RGB Variations
Color information
#E8AB5E (or 0xE8AB5E) is known color: Rob Roy. HEX triplet: E8, AB and 5E. RGB value is (232,171,94). Sum of RGB (Red+Green+Blue) = 232+171+94=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AB5E is #1754A1. Grayscale: #B4B4B4. Windows color (decimal): -1528994 or 6204392. OLE color: 6204392.
HSL color Cylindrical-coordinate representation of color #E8AB5E: hue angle of 33.48º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8AB5E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 94 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.09 |
| HSL | 33.48º | 0.75% | 0.64% | - |
| HSV(B) | 33.48º | 0.59% | 0.91% | - |
| XYZ | 49.86 | 47.09 | 17.05 | - |
| YUV | 180.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 94 | 0 | 0.26 | 0.59 | 0.09 | 33.48 | 0.75 | 0.64 |
| Hex | E8 | AB | 5E | 0 | 1A | 3B | 9 | 21 | 4B | 40 |
| Octal | 350 | 253 | 136 | 0 | 32 | 73 | 11 | 41 | 113 | 100 |
| Binary | 11101000 | 10101011 | 1011110 | 0 | 11010 | 111011 | 1001 | 100001 | 1001011 | 1000000 |
Color Harmonies of #E8AB5E
Complementary color
Monochromatic Colors of #E8AB5E
Black with #E8AB5E
Text Example
Text Example
White with #E8AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB5E; }
p { color: rgb(232,171,94); }
H1.HeaderClassName
{
color: #E8AB5E;
}
.AnyTagClassName
{
color: #E8AB5E;
}
</style>
background-color css
<style>
a { background-color: #E8AB5E; }
a { background-color: rgb(232,171,94); }
div.DivClassName
{
background-color: #E8AB5E;
}
.BgClassName
{
background-color: #E8AB5E;
}
</style>
border-color css
<style>
span { border-color: #E8AB5E; }
span { border-color: rgb(232,171,94); }
td.TdClassName
{
border-color: #E8AB5E;
}
.TagClassName
{
border-color: #E8AB5E;
}
</style>