Shades of Rob Roy #E0B05B
Tints of Rob Roy #E0B05B
RGB
CMYK
RGB Variations
Color information
#E0B05B (or 0xE0B05B) is known color: Rob Roy. HEX triplet: E0, B0 and 5B. RGB value is (224,176,91). Sum of RGB (Red+Green+Blue) = 224+176+91=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B05B is #1F4FA4. Grayscale: #B5B5B5. Windows color (decimal): -2052005 or 6009056. OLE color: 6009056.
HSL color Cylindrical-coordinate representation of color #E0B05B: hue angle of 38.35º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0B05B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 91 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.12 |
| HSL | 38.35º | 0.68% | 0.62% | - |
| HSV(B) | 38.35º | 0.59% | 0.88% | - |
| XYZ | 48.15 | 47.65 | 16.56 | - |
| YUV | 180.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 91 | 0 | 0.21 | 0.59 | 0.12 | 38.35 | 0.68 | 0.62 |
| Hex | E0 | B0 | 5B | 0 | 15 | 3B | C | 26 | 44 | 3E |
| Octal | 340 | 260 | 133 | 0 | 25 | 73 | 14 | 46 | 104 | 76 |
| Binary | 11100000 | 10110000 | 1011011 | 0 | 10101 | 111011 | 1100 | 100110 | 1000100 | 111110 |
Color Harmonies of #E0B05B
Complementary color
Monochromatic Colors of #E0B05B
Black with #E0B05B
Text Example
Text Example
White with #E0B05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B05B; }
p { color: rgb(224,176,91); }
H1.HeaderClassName
{
color: #E0B05B;
}
.AnyTagClassName
{
color: #E0B05B;
}
</style>
background-color css
<style>
a { background-color: #E0B05B; }
a { background-color: rgb(224,176,91); }
div.DivClassName
{
background-color: #E0B05B;
}
.BgClassName
{
background-color: #E0B05B;
}
</style>
border-color css
<style>
span { border-color: #E0B05B; }
span { border-color: rgb(224,176,91); }
td.TdClassName
{
border-color: #E0B05B;
}
.TagClassName
{
border-color: #E0B05B;
}
</style>