Shades of Sunflower #E1BC04
Tints of Sunflower #E1BC04
RGB
CMYK
RGB Variations
Color information
#E1BC04 (or 0xE1BC04) is known color: Sunflower. HEX triplet: E1, BC and 04. RGB value is (225,188,4). Sum of RGB (Red+Green+Blue) = 225+188+4=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BC04 is #1E43FB. Grayscale: #B2B2B2. Windows color (decimal): -1983484 or 310497. OLE color: 310497.
HSL color Cylindrical-coordinate representation of color #E1BC04: hue angle of 49.95º degrees, saturation: 0.97, 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 #E1BC04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.12 |
| HSL | 49.95º | 0.97% | 0.45% | - |
| HSV(B) | 49.95º | 0.98% | 0.88% | - |
| XYZ | 49.06 | 51.98 | 7.56 | - |
| YUV | 178.09 | 29.76 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 4 | 0 | 0.16 | 0.98 | 0.12 | 49.95 | 0.97 | 0.45 |
| Hex | E1 | BC | 4 | 0 | 10 | 62 | C | 32 | 61 | 2D |
| Octal | 341 | 274 | 4 | 0 | 20 | 142 | 14 | 62 | 141 | 55 |
| Binary | 11100001 | 10111100 | 100 | 0 | 10000 | 1100010 | 1100 | 110010 | 1100001 | 101101 |
Color Harmonies of #E1BC04
Complementary color
Monochromatic Colors of #E1BC04
Black with #E1BC04
Text Example
Text Example
White with #E1BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC04; }
p { color: rgb(225,188,4); }
H1.HeaderClassName
{
color: #E1BC04;
}
.AnyTagClassName
{
color: #E1BC04;
}
</style>
background-color css
<style>
a { background-color: #E1BC04; }
a { background-color: rgb(225,188,4); }
div.DivClassName
{
background-color: #E1BC04;
}
.BgClassName
{
background-color: #E1BC04;
}
</style>
border-color css
<style>
span { border-color: #E1BC04; }
span { border-color: rgb(225,188,4); }
td.TdClassName
{
border-color: #E1BC04;
}
.TagClassName
{
border-color: #E1BC04;
}
</style>