Shades of Rob Roy #E0B555
Tints of Rob Roy #E0B555
RGB
CMYK
RGB Variations
Color information
#E0B555 (or 0xE0B555) is known color: Rob Roy. HEX triplet: E0, B5 and 55. RGB value is (224,181,85). Sum of RGB (Red+Green+Blue) = 224+181+85=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B555 is #1F4AAA. Grayscale: #B7B7B7. Windows color (decimal): -2050731 or 5617120. OLE color: 5617120.
HSL color Cylindrical-coordinate representation of color #E0B555: hue angle of 41.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0B555 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 85 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.12 |
| HSL | 41.44º | 0.69% | 0.61% | - |
| HSV(B) | 41.44º | 0.62% | 0.88% | - |
| XYZ | 48.9 | 49.55 | 15.58 | - |
| YUV | 182.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 85 | 0 | 0.19 | 0.62 | 0.12 | 41.44 | 0.69 | 0.61 |
| Hex | E0 | B5 | 55 | 0 | 13 | 3E | C | 29 | 45 | 3D |
| Octal | 340 | 265 | 125 | 0 | 23 | 76 | 14 | 51 | 105 | 75 |
| Binary | 11100000 | 10110101 | 1010101 | 0 | 10011 | 111110 | 1100 | 101001 | 1000101 | 111101 |
Color Harmonies of #E0B555
Complementary color
Monochromatic Colors of #E0B555
Black with #E0B555
Text Example
Text Example
White with #E0B555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B555; }
p { color: rgb(224,181,85); }
H1.HeaderClassName
{
color: #E0B555;
}
.AnyTagClassName
{
color: #E0B555;
}
</style>
background-color css
<style>
a { background-color: #E0B555; }
a { background-color: rgb(224,181,85); }
div.DivClassName
{
background-color: #E0B555;
}
.BgClassName
{
background-color: #E0B555;
}
</style>
border-color css
<style>
span { border-color: #E0B555; }
span { border-color: rgb(224,181,85); }
td.TdClassName
{
border-color: #E0B555;
}
.TagClassName
{
border-color: #E0B555;
}
</style>