Shades of Rob Roy #E2AC59
Tints of Rob Roy #E2AC59
RGB
CMYK
RGB Variations
Color information
#E2AC59 (or 0xE2AC59) is known color: Rob Roy. HEX triplet: E2, AC and 59. RGB value is (226,172,89). Sum of RGB (Red+Green+Blue) = 226+172+89=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC59 is #1D53A6. Grayscale: #B3B3B3. Windows color (decimal): -1921959 or 5876962. OLE color: 5876962.
HSL color Cylindrical-coordinate representation of color #E2AC59: hue angle of 36.35º 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 #E2AC59 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 89 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.11 |
| HSL | 36.35º | 0.7% | 0.62% | - |
| HSV(B) | 36.35º | 0.61% | 0.89% | - |
| XYZ | 47.92 | 46.4 | 15.88 | - |
| YUV | 178.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 89 | 0 | 0.24 | 0.61 | 0.11 | 36.35 | 0.7 | 0.62 |
| Hex | E2 | AC | 59 | 0 | 18 | 3D | B | 24 | 46 | 3E |
| Octal | 342 | 254 | 131 | 0 | 30 | 75 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101100 | 1011001 | 0 | 11000 | 111101 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AC59
Complementary color
Monochromatic Colors of #E2AC59
Black with #E2AC59
Text Example
Text Example
White with #E2AC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC59; }
p { color: rgb(226,172,89); }
H1.HeaderClassName
{
color: #E2AC59;
}
.AnyTagClassName
{
color: #E2AC59;
}
</style>
background-color css
<style>
a { background-color: #E2AC59; }
a { background-color: rgb(226,172,89); }
div.DivClassName
{
background-color: #E2AC59;
}
.BgClassName
{
background-color: #E2AC59;
}
</style>
border-color css
<style>
span { border-color: #E2AC59; }
span { border-color: rgb(226,172,89); }
td.TdClassName
{
border-color: #E2AC59;
}
.TagClassName
{
border-color: #E2AC59;
}
</style>