Shades of Rob Roy #E5B056
Tints of Rob Roy #E5B056
RGB
CMYK
RGB Variations
Color information
#E5B056 (or 0xE5B056) is known color: Rob Roy. HEX triplet: E5, B0 and 56. RGB value is (229,176,86). Sum of RGB (Red+Green+Blue) = 229+176+86=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B056 is #1A4FA9. Grayscale: #B6B6B6. Windows color (decimal): -1724330 or 5681381. OLE color: 5681381.
HSL color Cylindrical-coordinate representation of color #E5B056: hue angle of 37.76º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5B056 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 86 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.10 |
| HSL | 37.76º | 0.73% | 0.62% | - |
| HSV(B) | 37.76º | 0.62% | 0.9% | - |
| XYZ | 49.52 | 48.38 | 15.53 | - |
| YUV | 181.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 86 | 0 | 0.23 | 0.62 | 0.10 | 37.76 | 0.73 | 0.62 |
| Hex | E5 | B0 | 56 | 0 | 17 | 3E | A | 26 | 49 | 3E |
| Octal | 345 | 260 | 126 | 0 | 27 | 76 | 12 | 46 | 111 | 76 |
| Binary | 11100101 | 10110000 | 1010110 | 0 | 10111 | 111110 | 1010 | 100110 | 1001001 | 111110 |
Color Harmonies of #E5B056
Complementary color
Monochromatic Colors of #E5B056
Black with #E5B056
Text Example
Text Example
White with #E5B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B056; }
p { color: rgb(229,176,86); }
H1.HeaderClassName
{
color: #E5B056;
}
.AnyTagClassName
{
color: #E5B056;
}
</style>
background-color css
<style>
a { background-color: #E5B056; }
a { background-color: rgb(229,176,86); }
div.DivClassName
{
background-color: #E5B056;
}
.BgClassName
{
background-color: #E5B056;
}
</style>
border-color css
<style>
span { border-color: #E5B056; }
span { border-color: rgb(229,176,86); }
td.TdClassName
{
border-color: #E5B056;
}
.TagClassName
{
border-color: #E5B056;
}
</style>