Shades of Sunflower #E1D116
Tints of Sunflower #E1D116
RGB
CMYK
RGB Variations
Color information
#E1D116 (or 0xE1D116) is known color: Sunflower. HEX triplet: E1, D1 and 16. RGB value is (225,209,22). Sum of RGB (Red+Green+Blue) = 225+209+22=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D116 is #1E2EE9. Grayscale: #C1C1C1. Windows color (decimal): -1978090 or 1495521. OLE color: 1495521.
HSL color Cylindrical-coordinate representation of color #E1D116: hue angle of 55.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1D116 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.12 |
| HSL | 55.27º | 0.82% | 0.48% | - |
| HSV(B) | 55.27º | 0.9% | 0.88% | - |
| XYZ | 54 | 61.67 | 9.82 | - |
| YUV | 192.47 | 31.8 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 22 | 0 | 0.07 | 0.90 | 0.12 | 55.27 | 0.82 | 0.48 |
| Hex | E1 | D1 | 16 | 0 | 7 | 5A | C | 37 | 52 | 30 |
| Octal | 341 | 321 | 26 | 0 | 7 | 132 | 14 | 67 | 122 | 60 |
| Binary | 11100001 | 11010001 | 10110 | 0 | 111 | 1011010 | 1100 | 110111 | 1010010 | 110000 |
Color Harmonies of #E1D116
Complementary color
Monochromatic Colors of #E1D116
Black with #E1D116
Text Example
Text Example
White with #E1D116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D116; }
p { color: rgb(225,209,22); }
H1.HeaderClassName
{
color: #E1D116;
}
.AnyTagClassName
{
color: #E1D116;
}
</style>
background-color css
<style>
a { background-color: #E1D116; }
a { background-color: rgb(225,209,22); }
div.DivClassName
{
background-color: #E1D116;
}
.BgClassName
{
background-color: #E1D116;
}
</style>
border-color css
<style>
span { border-color: #E1D116; }
span { border-color: rgb(225,209,22); }
td.TdClassName
{
border-color: #E1D116;
}
.TagClassName
{
border-color: #E1D116;
}
</style>