Shades of Sunflower #E2D410
Tints of Sunflower #E2D410
RGB
CMYK
RGB Variations
Color information
#E2D410 (or 0xE2D410) is known color: Sunflower. HEX triplet: E2, D4 and 10. RGB value is (226,212,16). Sum of RGB (Red+Green+Blue) = 226+212+16=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D410 is #1D2BEF. Grayscale: #C2C2C2. Windows color (decimal): -1911792 or 1103074. OLE color: 1103074.
HSL color Cylindrical-coordinate representation of color #E2D410: hue angle of 56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2D410 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.11 |
| HSL | 56º | 0.87% | 0.47% | - |
| HSV(B) | 56º | 0.93% | 0.89% | - |
| XYZ | 55 | 63.29 | 9.81 | - |
| YUV | 193.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 16 | 0 | 0.06 | 0.93 | 0.11 | 56 | 0.87 | 0.47 |
| Hex | E2 | D4 | 10 | 0 | 6 | 5D | B | 38 | 57 | 2F |
| Octal | 342 | 324 | 20 | 0 | 6 | 135 | 13 | 70 | 127 | 57 |
| Binary | 11100010 | 11010100 | 10000 | 0 | 110 | 1011101 | 1011 | 111000 | 1010111 | 101111 |
Color Harmonies of #E2D410
Complementary color
Monochromatic Colors of #E2D410
Black with #E2D410
Text Example
Text Example
White with #E2D410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D410; }
p { color: rgb(226,212,16); }
H1.HeaderClassName
{
color: #E2D410;
}
.AnyTagClassName
{
color: #E2D410;
}
</style>
background-color css
<style>
a { background-color: #E2D410; }
a { background-color: rgb(226,212,16); }
div.DivClassName
{
background-color: #E2D410;
}
.BgClassName
{
background-color: #E2D410;
}
</style>
border-color css
<style>
span { border-color: #E2D410; }
span { border-color: rgb(226,212,16); }
td.TdClassName
{
border-color: #E2D410;
}
.TagClassName
{
border-color: #E2D410;
}
</style>