Shades of Sunflower #E3BD04
Tints of Sunflower #E3BD04
RGB
CMYK
RGB Variations
Color information
#E3BD04 (or 0xE3BD04) is known color: Sunflower. HEX triplet: E3, BD and 04. RGB value is (227,189,4). Sum of RGB (Red+Green+Blue) = 227+189+4=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BD04 is #1C42FB. Grayscale: #B4B4B4. Windows color (decimal): -1852156 or 310755. OLE color: 310755.
HSL color Cylindrical-coordinate representation of color #E3BD04: hue angle of 49.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3BD04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.11 |
| HSL | 49.78º | 0.97% | 0.45% | - |
| HSV(B) | 49.78º | 0.98% | 0.89% | - |
| XYZ | 49.9 | 52.73 | 7.66 | - |
| YUV | 179.27 | 29.09 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 4 | 0 | 0.17 | 0.98 | 0.11 | 49.78 | 0.97 | 0.45 |
| Hex | E3 | BD | 4 | 0 | 11 | 62 | B | 32 | 61 | 2D |
| Octal | 343 | 275 | 4 | 0 | 21 | 142 | 13 | 62 | 141 | 55 |
| Binary | 11100011 | 10111101 | 100 | 0 | 10001 | 1100010 | 1011 | 110010 | 1100001 | 101101 |
Color Harmonies of #E3BD04
Complementary color
Monochromatic Colors of #E3BD04
Black with #E3BD04
Text Example
Text Example
White with #E3BD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD04; }
p { color: rgb(227,189,4); }
H1.HeaderClassName
{
color: #E3BD04;
}
.AnyTagClassName
{
color: #E3BD04;
}
</style>
background-color css
<style>
a { background-color: #E3BD04; }
a { background-color: rgb(227,189,4); }
div.DivClassName
{
background-color: #E3BD04;
}
.BgClassName
{
background-color: #E3BD04;
}
</style>
border-color css
<style>
span { border-color: #E3BD04; }
span { border-color: rgb(227,189,4); }
td.TdClassName
{
border-color: #E3BD04;
}
.TagClassName
{
border-color: #E3BD04;
}
</style>