Shades of Rob Roy #E0B557
Tints of Rob Roy #E0B557
RGB
CMYK
RGB Variations
Color information
#E0B557 (or 0xE0B557) is known color: Rob Roy. HEX triplet: E0, B5 and 57. RGB value is (224,181,87). Sum of RGB (Red+Green+Blue) = 224+181+87=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B557 is #1F4AA8. Grayscale: #B7B7B7. Windows color (decimal): -2050729 or 5748192. OLE color: 5748192.
HSL color Cylindrical-coordinate representation of color #E0B557: hue angle of 41.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0B557 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 87 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.12 |
| HSL | 41.17º | 0.69% | 0.61% | - |
| HSV(B) | 41.17º | 0.61% | 0.88% | - |
| XYZ | 48.98 | 49.58 | 16.01 | - |
| YUV | 183.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 87 | 0 | 0.19 | 0.61 | 0.12 | 41.17 | 0.69 | 0.61 |
| Hex | E0 | B5 | 57 | 0 | 13 | 3D | C | 29 | 45 | 3D |
| Octal | 340 | 265 | 127 | 0 | 23 | 75 | 14 | 51 | 105 | 75 |
| Binary | 11100000 | 10110101 | 1010111 | 0 | 10011 | 111101 | 1100 | 101001 | 1000101 | 111101 |
Color Harmonies of #E0B557
Complementary color
Monochromatic Colors of #E0B557
Black with #E0B557
Text Example
Text Example
White with #E0B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B557; }
p { color: rgb(224,181,87); }
H1.HeaderClassName
{
color: #E0B557;
}
.AnyTagClassName
{
color: #E0B557;
}
</style>
background-color css
<style>
a { background-color: #E0B557; }
a { background-color: rgb(224,181,87); }
div.DivClassName
{
background-color: #E0B557;
}
.BgClassName
{
background-color: #E0B557;
}
</style>
border-color css
<style>
span { border-color: #E0B557; }
span { border-color: rgb(224,181,87); }
td.TdClassName
{
border-color: #E0B557;
}
.TagClassName
{
border-color: #E0B557;
}
</style>