Shades of Sunflower #E0BC04
Tints of Sunflower #E0BC04
RGB
CMYK
RGB Variations
Color information
#E0BC04 (or 0xE0BC04) is known color: Sunflower. HEX triplet: E0, BC and 04. RGB value is (224,188,4). Sum of RGB (Red+Green+Blue) = 224+188+4=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC04 is #1F43FB. Grayscale: #B2B2B2. Windows color (decimal): -2049020 or 310496. OLE color: 310496.
HSL color Cylindrical-coordinate representation of color #E0BC04: hue angle of 50.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0BC04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.12 |
| HSL | 50.18º | 0.96% | 0.45% | - |
| HSV(B) | 50.18º | 0.98% | 0.88% | - |
| XYZ | 48.75 | 51.82 | 7.55 | - |
| YUV | 177.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 4 | 0 | 0.16 | 0.98 | 0.12 | 50.18 | 0.96 | 0.45 |
| Hex | E0 | BC | 4 | 0 | 10 | 62 | C | 32 | 60 | 2D |
| Octal | 340 | 274 | 4 | 0 | 20 | 142 | 14 | 62 | 140 | 55 |
| Binary | 11100000 | 10111100 | 100 | 0 | 10000 | 1100010 | 1100 | 110010 | 1100000 | 101101 |
Color Harmonies of #E0BC04
Complementary color
Monochromatic Colors of #E0BC04
Black with #E0BC04
Text Example
Text Example
White with #E0BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC04; }
p { color: rgb(224,188,4); }
H1.HeaderClassName
{
color: #E0BC04;
}
.AnyTagClassName
{
color: #E0BC04;
}
</style>
background-color css
<style>
a { background-color: #E0BC04; }
a { background-color: rgb(224,188,4); }
div.DivClassName
{
background-color: #E0BC04;
}
.BgClassName
{
background-color: #E0BC04;
}
</style>
border-color css
<style>
span { border-color: #E0BC04; }
span { border-color: rgb(224,188,4); }
td.TdClassName
{
border-color: #E0BC04;
}
.TagClassName
{
border-color: #E0BC04;
}
</style>