Shades of Rob Roy #E2AD59
Tints of Rob Roy #E2AD59
RGB
CMYK
RGB Variations
Color information
#E2AD59 (or 0xE2AD59) is known color: Rob Roy. HEX triplet: E2, AD and 59. RGB value is (226,173,89). Sum of RGB (Red+Green+Blue) = 226+173+89=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD59 is #1D52A6. Grayscale: #B3B3B3. Windows color (decimal): -1921703 or 5877218. OLE color: 5877218.
HSL color Cylindrical-coordinate representation of color #E2AD59: hue angle of 36.79º 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 #E2AD59 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 89 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.11 |
| HSL | 36.79º | 0.7% | 0.62% | - |
| HSV(B) | 36.79º | 0.61% | 0.89% | - |
| XYZ | 48.11 | 46.78 | 15.94 | - |
| YUV | 179.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 89 | 0 | 0.23 | 0.61 | 0.11 | 36.79 | 0.7 | 0.62 |
| Hex | E2 | AD | 59 | 0 | 17 | 3D | B | 25 | 46 | 3E |
| Octal | 342 | 255 | 131 | 0 | 27 | 75 | 13 | 45 | 106 | 76 |
| Binary | 11100010 | 10101101 | 1011001 | 0 | 10111 | 111101 | 1011 | 100101 | 1000110 | 111110 |
Color Harmonies of #E2AD59
Complementary color
Monochromatic Colors of #E2AD59
Black with #E2AD59
Text Example
Text Example
White with #E2AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD59; }
p { color: rgb(226,173,89); }
H1.HeaderClassName
{
color: #E2AD59;
}
.AnyTagClassName
{
color: #E2AD59;
}
</style>
background-color css
<style>
a { background-color: #E2AD59; }
a { background-color: rgb(226,173,89); }
div.DivClassName
{
background-color: #E2AD59;
}
.BgClassName
{
background-color: #E2AD59;
}
</style>
border-color css
<style>
span { border-color: #E2AD59; }
span { border-color: rgb(226,173,89); }
td.TdClassName
{
border-color: #E2AD59;
}
.TagClassName
{
border-color: #E2AD59;
}
</style>