Shades of Rob Roy #E2AB59
Tints of Rob Roy #E2AB59
RGB
CMYK
RGB Variations
Color information
#E2AB59 (or 0xE2AB59) is known color: Rob Roy. HEX triplet: E2, AB and 59. RGB value is (226,171,89). Sum of RGB (Red+Green+Blue) = 226+171+89=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB59 is #1D54A6. Grayscale: #B2B2B2. Windows color (decimal): -1922215 or 5876706. OLE color: 5876706.
HSL color Cylindrical-coordinate representation of color #E2AB59: hue angle of 35.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2AB59 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 89 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.11 |
| HSL | 35.91º | 0.7% | 0.62% | - |
| HSV(B) | 35.91º | 0.61% | 0.89% | - |
| XYZ | 47.73 | 46.02 | 15.82 | - |
| YUV | 178.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 89 | 0 | 0.24 | 0.61 | 0.11 | 35.91 | 0.7 | 0.62 |
| Hex | E2 | AB | 59 | 0 | 18 | 3D | B | 24 | 46 | 3E |
| Octal | 342 | 253 | 131 | 0 | 30 | 75 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101011 | 1011001 | 0 | 11000 | 111101 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AB59
Complementary color
Monochromatic Colors of #E2AB59
Black with #E2AB59
Text Example
Text Example
White with #E2AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB59; }
p { color: rgb(226,171,89); }
H1.HeaderClassName
{
color: #E2AB59;
}
.AnyTagClassName
{
color: #E2AB59;
}
</style>
background-color css
<style>
a { background-color: #E2AB59; }
a { background-color: rgb(226,171,89); }
div.DivClassName
{
background-color: #E2AB59;
}
.BgClassName
{
background-color: #E2AB59;
}
</style>
border-color css
<style>
span { border-color: #E2AB59; }
span { border-color: rgb(226,171,89); }
td.TdClassName
{
border-color: #E2AB59;
}
.TagClassName
{
border-color: #E2AB59;
}
</style>