Shades of Rob Roy #E0B04A
Tints of Rob Roy #E0B04A
RGB
CMYK
RGB Variations
Color information
#E0B04A (or 0xE0B04A) is known color: Rob Roy. HEX triplet: E0, B0 and 4A. RGB value is (224,176,74). Sum of RGB (Red+Green+Blue) = 224+176+74=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B04A is #1F4FB5. Grayscale: #B3B3B3. Windows color (decimal): -2052022 or 4894944. OLE color: 4894944.
HSL color Cylindrical-coordinate representation of color #E0B04A: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0B04A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 74 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.12 |
| HSL | 40.8º | 0.71% | 0.58% | - |
| HSV(B) | 40.8º | 0.67% | 0.88% | - |
| XYZ | 47.5 | 47.39 | 13.12 | - |
| YUV | 178.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 74 | 0 | 0.21 | 0.67 | 0.12 | 40.8 | 0.71 | 0.58 |
| Hex | E0 | B0 | 4A | 0 | 15 | 43 | C | 29 | 47 | 3A |
| Octal | 340 | 260 | 112 | 0 | 25 | 103 | 14 | 51 | 107 | 72 |
| Binary | 11100000 | 10110000 | 1001010 | 0 | 10101 | 1000011 | 1100 | 101001 | 1000111 | 111010 |
Color Harmonies of #E0B04A
Complementary color
Monochromatic Colors of #E0B04A
Black with #E0B04A
Text Example
Text Example
White with #E0B04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B04A; }
p { color: rgb(224,176,74); }
H1.HeaderClassName
{
color: #E0B04A;
}
.AnyTagClassName
{
color: #E0B04A;
}
</style>
background-color css
<style>
a { background-color: #E0B04A; }
a { background-color: rgb(224,176,74); }
div.DivClassName
{
background-color: #E0B04A;
}
.BgClassName
{
background-color: #E0B04A;
}
</style>
border-color css
<style>
span { border-color: #E0B04A; }
span { border-color: rgb(224,176,74); }
td.TdClassName
{
border-color: #E0B04A;
}
.TagClassName
{
border-color: #E0B04A;
}
</style>