Shades of Sunflower #E1D304
Tints of Sunflower #E1D304
RGB
CMYK
RGB Variations
Color information
#E1D304 (or 0xE1D304) is known color: Sunflower. HEX triplet: E1, D3 and 04. RGB value is (225,211,4). Sum of RGB (Red+Green+Blue) = 225+211+4=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D304 is #1E2CFB. Grayscale: #C0C0C0. Windows color (decimal): -1977596 or 316385. OLE color: 316385.
HSL color Cylindrical-coordinate representation of color #E1D304: hue angle of 56.2º 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 #E1D304 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.12 |
| HSL | 56.2º | 0.97% | 0.45% | - |
| HSV(B) | 56.2º | 0.98% | 0.88% | - |
| XYZ | 54.37 | 62.6 | 9.33 | - |
| YUV | 191.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 4 | 0 | 0.06 | 0.98 | 0.12 | 56.2 | 0.97 | 0.45 |
| Hex | E1 | D3 | 4 | 0 | 6 | 62 | C | 38 | 61 | 2D |
| Octal | 341 | 323 | 4 | 0 | 6 | 142 | 14 | 70 | 141 | 55 |
| Binary | 11100001 | 11010011 | 100 | 0 | 110 | 1100010 | 1100 | 111000 | 1100001 | 101101 |
Color Harmonies of #E1D304
Complementary color
Monochromatic Colors of #E1D304
Black with #E1D304
Text Example
Text Example
White with #E1D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D304; }
p { color: rgb(225,211,4); }
H1.HeaderClassName
{
color: #E1D304;
}
.AnyTagClassName
{
color: #E1D304;
}
</style>
background-color css
<style>
a { background-color: #E1D304; }
a { background-color: rgb(225,211,4); }
div.DivClassName
{
background-color: #E1D304;
}
.BgClassName
{
background-color: #E1D304;
}
</style>
border-color css
<style>
span { border-color: #E1D304; }
span { border-color: rgb(225,211,4); }
td.TdClassName
{
border-color: #E1D304;
}
.TagClassName
{
border-color: #E1D304;
}
</style>