Shades of Sunflower #E1D104
Tints of Sunflower #E1D104
RGB
CMYK
RGB Variations
Color information
#E1D104 (or 0xE1D104) is known color: Sunflower. HEX triplet: E1, D1 and 04. RGB value is (225,209,4). Sum of RGB (Red+Green+Blue) = 225+209+4=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D104 is #1E2EFB. Grayscale: #BFBFBF. Windows color (decimal): -1978108 or 315873. OLE color: 315873.
HSL color Cylindrical-coordinate representation of color #E1D104: hue angle of 55.66º 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 #E1D104 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.12 |
| HSL | 55.66º | 0.97% | 0.45% | - |
| HSV(B) | 55.66º | 0.98% | 0.88% | - |
| XYZ | 53.87 | 61.62 | 9.17 | - |
| YUV | 190.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 4 | 0 | 0.07 | 0.98 | 0.12 | 55.66 | 0.97 | 0.45 |
| Hex | E1 | D1 | 4 | 0 | 7 | 62 | C | 38 | 61 | 2D |
| Octal | 341 | 321 | 4 | 0 | 7 | 142 | 14 | 70 | 141 | 55 |
| Binary | 11100001 | 11010001 | 100 | 0 | 111 | 1100010 | 1100 | 111000 | 1100001 | 101101 |
Color Harmonies of #E1D104
Complementary color
Monochromatic Colors of #E1D104
Black with #E1D104
Text Example
Text Example
White with #E1D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D104; }
p { color: rgb(225,209,4); }
H1.HeaderClassName
{
color: #E1D104;
}
.AnyTagClassName
{
color: #E1D104;
}
</style>
background-color css
<style>
a { background-color: #E1D104; }
a { background-color: rgb(225,209,4); }
div.DivClassName
{
background-color: #E1D104;
}
.BgClassName
{
background-color: #E1D104;
}
</style>
border-color css
<style>
span { border-color: #E1D104; }
span { border-color: rgb(225,209,4); }
td.TdClassName
{
border-color: #E1D104;
}
.TagClassName
{
border-color: #E1D104;
}
</style>