Shades of Sunflower #E0B515
Tints of Sunflower #E0B515
RGB
CMYK
RGB Variations
Color information
#E0B515 (or 0xE0B515) is known color: Sunflower. HEX triplet: E0, B5 and 15. RGB value is (224,181,21). Sum of RGB (Red+Green+Blue) = 224+181+21=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B515 is #1F4AEA. Grayscale: #B0B0B0. Windows color (decimal): -2050795 or 1422816. OLE color: 1422816.
HSL color Cylindrical-coordinate representation of color #E0B515: hue angle of 47.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0B515 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 21 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.12 |
| HSL | 47.29º | 0.83% | 0.48% | - |
| HSV(B) | 47.29º | 0.91% | 0.88% | - |
| XYZ | 47.4 | 48.95 | 7.66 | - |
| YUV | 175.62 | 40.75 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 21 | 0 | 0.19 | 0.91 | 0.12 | 47.29 | 0.83 | 0.48 |
| Hex | E0 | B5 | 15 | 0 | 13 | 5B | C | 2F | 53 | 30 |
| Octal | 340 | 265 | 25 | 0 | 23 | 133 | 14 | 57 | 123 | 60 |
| Binary | 11100000 | 10110101 | 10101 | 0 | 10011 | 1011011 | 1100 | 101111 | 1010011 | 110000 |
Color Harmonies of #E0B515
Complementary color
Monochromatic Colors of #E0B515
Black with #E0B515
Text Example
Text Example
White with #E0B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B515; }
p { color: rgb(224,181,21); }
H1.HeaderClassName
{
color: #E0B515;
}
.AnyTagClassName
{
color: #E0B515;
}
</style>
background-color css
<style>
a { background-color: #E0B515; }
a { background-color: rgb(224,181,21); }
div.DivClassName
{
background-color: #E0B515;
}
.BgClassName
{
background-color: #E0B515;
}
</style>
border-color css
<style>
span { border-color: #E0B515; }
span { border-color: rgb(224,181,21); }
td.TdClassName
{
border-color: #E0B515;
}
.TagClassName
{
border-color: #E0B515;
}
</style>