Shades of Rob Roy #E5B059
Tints of Rob Roy #E5B059
RGB
CMYK
RGB Variations
Color information
#E5B059 (or 0xE5B059) is known color: Rob Roy. HEX triplet: E5, B0 and 59. RGB value is (229,176,89). Sum of RGB (Red+Green+Blue) = 229+176+89=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B059 is #1A4FA6. Grayscale: #B6B6B6. Windows color (decimal): -1724327 or 5877989. OLE color: 5877989.
HSL color Cylindrical-coordinate representation of color #E5B059: hue angle of 37.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5B059 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 89 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.10 |
| HSL | 37.29º | 0.73% | 0.62% | - |
| HSV(B) | 37.29º | 0.61% | 0.9% | - |
| XYZ | 49.64 | 48.43 | 16.18 | - |
| YUV | 181.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 89 | 0 | 0.23 | 0.61 | 0.10 | 37.29 | 0.73 | 0.62 |
| Hex | E5 | B0 | 59 | 0 | 17 | 3D | A | 25 | 49 | 3E |
| Octal | 345 | 260 | 131 | 0 | 27 | 75 | 12 | 45 | 111 | 76 |
| Binary | 11100101 | 10110000 | 1011001 | 0 | 10111 | 111101 | 1010 | 100101 | 1001001 | 111110 |
Color Harmonies of #E5B059
Complementary color
Monochromatic Colors of #E5B059
Black with #E5B059
Text Example
Text Example
White with #E5B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B059; }
p { color: rgb(229,176,89); }
H1.HeaderClassName
{
color: #E5B059;
}
.AnyTagClassName
{
color: #E5B059;
}
</style>
background-color css
<style>
a { background-color: #E5B059; }
a { background-color: rgb(229,176,89); }
div.DivClassName
{
background-color: #E5B059;
}
.BgClassName
{
background-color: #E5B059;
}
</style>
border-color css
<style>
span { border-color: #E5B059; }
span { border-color: rgb(229,176,89); }
td.TdClassName
{
border-color: #E5B059;
}
.TagClassName
{
border-color: #E5B059;
}
</style>