Shades of Sunflower #E2D215
Tints of Sunflower #E2D215
RGB
CMYK
RGB Variations
Color information
#E2D215 (or 0xE2D215) is known color: Sunflower. HEX triplet: E2, D2 and 15. RGB value is (226,210,21). Sum of RGB (Red+Green+Blue) = 226+210+21=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D215 is #1D2DEA. Grayscale: #C2C2C2. Windows color (decimal): -1912299 or 1430242. OLE color: 1430242.
HSL color Cylindrical-coordinate representation of color #E2D215: hue angle of 55.32º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2D215 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.11 |
| HSL | 55.32º | 0.83% | 0.48% | - |
| HSV(B) | 55.32º | 0.91% | 0.89% | - |
| XYZ | 54.55 | 62.32 | 9.86 | - |
| YUV | 193.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 21 | 0 | 0.07 | 0.91 | 0.11 | 55.32 | 0.83 | 0.48 |
| Hex | E2 | D2 | 15 | 0 | 7 | 5B | B | 37 | 53 | 30 |
| Octal | 342 | 322 | 25 | 0 | 7 | 133 | 13 | 67 | 123 | 60 |
| Binary | 11100010 | 11010010 | 10101 | 0 | 111 | 1011011 | 1011 | 110111 | 1010011 | 110000 |
Color Harmonies of #E2D215
Complementary color
Monochromatic Colors of #E2D215
Black with #E2D215
Text Example
Text Example
White with #E2D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D215; }
p { color: rgb(226,210,21); }
H1.HeaderClassName
{
color: #E2D215;
}
.AnyTagClassName
{
color: #E2D215;
}
</style>
background-color css
<style>
a { background-color: #E2D215; }
a { background-color: rgb(226,210,21); }
div.DivClassName
{
background-color: #E2D215;
}
.BgClassName
{
background-color: #E2D215;
}
</style>
border-color css
<style>
span { border-color: #E2D215; }
span { border-color: rgb(226,210,21); }
td.TdClassName
{
border-color: #E2D215;
}
.TagClassName
{
border-color: #E2D215;
}
</style>