Shades of Rob Roy #E2B557
Tints of Rob Roy #E2B557
RGB
CMYK
RGB Variations
Color information
#E2B557 (or 0xE2B557) is known color: Rob Roy. HEX triplet: E2, B5 and 57. RGB value is (226,181,87). Sum of RGB (Red+Green+Blue) = 226+181+87=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B557 is #1D4AA8. Grayscale: #B8B8B8. Windows color (decimal): -1919657 or 5748194. OLE color: 5748194.
HSL color Cylindrical-coordinate representation of color #E2B557: hue angle of 40.58º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2B557 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 87 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.11 |
| HSL | 40.58º | 0.71% | 0.61% | - |
| HSV(B) | 40.58º | 0.62% | 0.89% | - |
| XYZ | 49.61 | 49.9 | 16.03 | - |
| YUV | 183.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 87 | 0 | 0.20 | 0.62 | 0.11 | 40.58 | 0.71 | 0.61 |
| Hex | E2 | B5 | 57 | 0 | 14 | 3E | B | 29 | 47 | 3D |
| Octal | 342 | 265 | 127 | 0 | 24 | 76 | 13 | 51 | 107 | 75 |
| Binary | 11100010 | 10110101 | 1010111 | 0 | 10100 | 111110 | 1011 | 101001 | 1000111 | 111101 |
Color Harmonies of #E2B557
Complementary color
Monochromatic Colors of #E2B557
Black with #E2B557
Text Example
Text Example
White with #E2B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B557; }
p { color: rgb(226,181,87); }
H1.HeaderClassName
{
color: #E2B557;
}
.AnyTagClassName
{
color: #E2B557;
}
</style>
background-color css
<style>
a { background-color: #E2B557; }
a { background-color: rgb(226,181,87); }
div.DivClassName
{
background-color: #E2B557;
}
.BgClassName
{
background-color: #E2B557;
}
</style>
border-color css
<style>
span { border-color: #E2B557; }
span { border-color: rgb(226,181,87); }
td.TdClassName
{
border-color: #E2B557;
}
.TagClassName
{
border-color: #E2B557;
}
</style>