Shades of Rob Roy #E2AB5E
Tints of Rob Roy #E2AB5E
RGB
CMYK
RGB Variations
Color information
#E2AB5E (or 0xE2AB5E) is known color: Rob Roy. HEX triplet: E2, AB and 5E. RGB value is (226,171,94). Sum of RGB (Red+Green+Blue) = 226+171+94=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB5E is #1D54A1. Grayscale: #B3B3B3. Windows color (decimal): -1922210 or 6204386. OLE color: 6204386.
HSL color Cylindrical-coordinate representation of color #E2AB5E: hue angle of 35º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AB5E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 94 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.11 |
| HSL | 35º | 0.69% | 0.63% | - |
| HSV(B) | 35º | 0.58% | 0.89% | - |
| XYZ | 47.95 | 46.1 | 16.96 | - |
| YUV | 178.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 94 | 0 | 0.24 | 0.58 | 0.11 | 35 | 0.69 | 0.63 |
| Hex | E2 | AB | 5E | 0 | 18 | 3A | B | 23 | 45 | 3F |
| Octal | 342 | 253 | 136 | 0 | 30 | 72 | 13 | 43 | 105 | 77 |
| Binary | 11100010 | 10101011 | 1011110 | 0 | 11000 | 111010 | 1011 | 100011 | 1000101 | 111111 |
Color Harmonies of #E2AB5E
Complementary color
Monochromatic Colors of #E2AB5E
Black with #E2AB5E
Text Example
Text Example
White with #E2AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB5E; }
p { color: rgb(226,171,94); }
H1.HeaderClassName
{
color: #E2AB5E;
}
.AnyTagClassName
{
color: #E2AB5E;
}
</style>
background-color css
<style>
a { background-color: #E2AB5E; }
a { background-color: rgb(226,171,94); }
div.DivClassName
{
background-color: #E2AB5E;
}
.BgClassName
{
background-color: #E2AB5E;
}
</style>
border-color css
<style>
span { border-color: #E2AB5E; }
span { border-color: rgb(226,171,94); }
td.TdClassName
{
border-color: #E2AB5E;
}
.TagClassName
{
border-color: #E2AB5E;
}
</style>