Shades of Rob Roy #E5B159
Tints of Rob Roy #E5B159
RGB
CMYK
RGB Variations
Color information
#E5B159 (or 0xE5B159) is known color: Rob Roy. HEX triplet: E5, B1 and 59. RGB value is (229,177,89). Sum of RGB (Red+Green+Blue) = 229+177+89=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B159 is #1A4EA6. Grayscale: #B6B6B6. Windows color (decimal): -1724071 or 5878245. OLE color: 5878245.
HSL color Cylindrical-coordinate representation of color #E5B159: hue angle of 37.71º 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 #E5B159 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 89 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.10 |
| HSL | 37.71º | 0.73% | 0.62% | - |
| HSV(B) | 37.71º | 0.61% | 0.9% | - |
| XYZ | 49.84 | 48.82 | 16.25 | - |
| YUV | 182.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 89 | 0 | 0.23 | 0.61 | 0.10 | 37.71 | 0.73 | 0.62 |
| Hex | E5 | B1 | 59 | 0 | 17 | 3D | A | 26 | 49 | 3E |
| Octal | 345 | 261 | 131 | 0 | 27 | 75 | 12 | 46 | 111 | 76 |
| Binary | 11100101 | 10110001 | 1011001 | 0 | 10111 | 111101 | 1010 | 100110 | 1001001 | 111110 |
Color Harmonies of #E5B159
Complementary color
Monochromatic Colors of #E5B159
Black with #E5B159
Text Example
Text Example
White with #E5B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B159; }
p { color: rgb(229,177,89); }
H1.HeaderClassName
{
color: #E5B159;
}
.AnyTagClassName
{
color: #E5B159;
}
</style>
background-color css
<style>
a { background-color: #E5B159; }
a { background-color: rgb(229,177,89); }
div.DivClassName
{
background-color: #E5B159;
}
.BgClassName
{
background-color: #E5B159;
}
</style>
border-color css
<style>
span { border-color: #E5B159; }
span { border-color: rgb(229,177,89); }
td.TdClassName
{
border-color: #E5B159;
}
.TagClassName
{
border-color: #E5B159;
}
</style>