Shades of Rob Roy #E0B04B
Tints of Rob Roy #E0B04B
RGB
CMYK
RGB Variations
Color information
#E0B04B (or 0xE0B04B) is known color: Rob Roy. HEX triplet: E0, B0 and 4B. RGB value is (224,176,75). Sum of RGB (Red+Green+Blue) = 224+176+75=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B04B is #1F4FB4. Grayscale: #B3B3B3. Windows color (decimal): -2052021 or 4960480. OLE color: 4960480.
HSL color Cylindrical-coordinate representation of color #E0B04B: hue angle of 40.67º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0B04B is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 75 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.12 |
| HSL | 40.67º | 0.71% | 0.59% | - |
| HSV(B) | 40.67º | 0.67% | 0.88% | - |
| XYZ | 47.54 | 47.41 | 13.3 | - |
| YUV | 178.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 75 | 0 | 0.21 | 0.67 | 0.12 | 40.67 | 0.71 | 0.59 |
| Hex | E0 | B0 | 4B | 0 | 15 | 43 | C | 29 | 47 | 3B |
| Octal | 340 | 260 | 113 | 0 | 25 | 103 | 14 | 51 | 107 | 73 |
| Binary | 11100000 | 10110000 | 1001011 | 0 | 10101 | 1000011 | 1100 | 101001 | 1000111 | 111011 |
Color Harmonies of #E0B04B
Complementary color
Monochromatic Colors of #E0B04B
Black with #E0B04B
Text Example
Text Example
White with #E0B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B04B; }
p { color: rgb(224,176,75); }
H1.HeaderClassName
{
color: #E0B04B;
}
.AnyTagClassName
{
color: #E0B04B;
}
</style>
background-color css
<style>
a { background-color: #E0B04B; }
a { background-color: rgb(224,176,75); }
div.DivClassName
{
background-color: #E0B04B;
}
.BgClassName
{
background-color: #E0B04B;
}
</style>
border-color css
<style>
span { border-color: #E0B04B; }
span { border-color: rgb(224,176,75); }
td.TdClassName
{
border-color: #E0B04B;
}
.TagClassName
{
border-color: #E0B04B;
}
</style>