Shades of Sunflower #E1D215
Tints of Sunflower #E1D215
RGB
CMYK
RGB Variations
Color information
#E1D215 (or 0xE1D215) is known color: Sunflower. HEX triplet: E1, D2 and 15. RGB value is (225,210,21). Sum of RGB (Red+Green+Blue) = 225+210+21=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D215 is #1E2DEA. Grayscale: #C1C1C1. Windows color (decimal): -1977835 or 1430241. OLE color: 1430241.
HSL color Cylindrical-coordinate representation of color #E1D215: hue angle of 55.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1D215 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.12 |
| HSL | 55.59º | 0.83% | 0.48% | - |
| HSV(B) | 55.59º | 0.91% | 0.88% | - |
| XYZ | 54.23 | 62.15 | 9.85 | - |
| YUV | 192.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 21 | 0 | 0.07 | 0.91 | 0.12 | 55.59 | 0.83 | 0.48 |
| Hex | E1 | D2 | 15 | 0 | 7 | 5B | C | 38 | 53 | 30 |
| Octal | 341 | 322 | 25 | 0 | 7 | 133 | 14 | 70 | 123 | 60 |
| Binary | 11100001 | 11010010 | 10101 | 0 | 111 | 1011011 | 1100 | 111000 | 1010011 | 110000 |
Color Harmonies of #E1D215
Complementary color
Monochromatic Colors of #E1D215
Black with #E1D215
Text Example
Text Example
White with #E1D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D215; }
p { color: rgb(225,210,21); }
H1.HeaderClassName
{
color: #E1D215;
}
.AnyTagClassName
{
color: #E1D215;
}
</style>
background-color css
<style>
a { background-color: #E1D215; }
a { background-color: rgb(225,210,21); }
div.DivClassName
{
background-color: #E1D215;
}
.BgClassName
{
background-color: #E1D215;
}
</style>
border-color css
<style>
span { border-color: #E1D215; }
span { border-color: rgb(225,210,21); }
td.TdClassName
{
border-color: #E1D215;
}
.TagClassName
{
border-color: #E1D215;
}
</style>