Shades of Rob Roy #E2B559
Tints of Rob Roy #E2B559
RGB
CMYK
RGB Variations
Color information
#E2B559 (or 0xE2B559) is known color: Rob Roy. HEX triplet: E2, B5 and 59. RGB value is (226,181,89). Sum of RGB (Red+Green+Blue) = 226+181+89=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B559 is #1D4AA6. Grayscale: #B8B8B8. Windows color (decimal): -1919655 or 5879266. OLE color: 5879266.
HSL color Cylindrical-coordinate representation of color #E2B559: hue angle of 40.29º 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 #E2B559 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 89 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.11 |
| HSL | 40.29º | 0.7% | 0.62% | - |
| HSV(B) | 40.29º | 0.61% | 0.89% | - |
| XYZ | 49.69 | 49.94 | 16.47 | - |
| YUV | 183.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 89 | 0 | 0.20 | 0.61 | 0.11 | 40.29 | 0.7 | 0.62 |
| Hex | E2 | B5 | 59 | 0 | 14 | 3D | B | 28 | 46 | 3E |
| Octal | 342 | 265 | 131 | 0 | 24 | 75 | 13 | 50 | 106 | 76 |
| Binary | 11100010 | 10110101 | 1011001 | 0 | 10100 | 111101 | 1011 | 101000 | 1000110 | 111110 |
Color Harmonies of #E2B559
Complementary color
Monochromatic Colors of #E2B559
Black with #E2B559
Text Example
Text Example
White with #E2B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B559; }
p { color: rgb(226,181,89); }
H1.HeaderClassName
{
color: #E2B559;
}
.AnyTagClassName
{
color: #E2B559;
}
</style>
background-color css
<style>
a { background-color: #E2B559; }
a { background-color: rgb(226,181,89); }
div.DivClassName
{
background-color: #E2B559;
}
.BgClassName
{
background-color: #E2B559;
}
</style>
border-color css
<style>
span { border-color: #E2B559; }
span { border-color: rgb(226,181,89); }
td.TdClassName
{
border-color: #E2B559;
}
.TagClassName
{
border-color: #E2B559;
}
</style>