Shades of Sunflower #E2D212
Tints of Sunflower #E2D212
RGB
CMYK
RGB Variations
Color information
#E2D212 (or 0xE2D212) is known color: Sunflower. HEX triplet: E2, D2 and 12. RGB value is (226,210,18). Sum of RGB (Red+Green+Blue) = 226+210+18=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D212 is #1D2DED. Grayscale: #C1C1C1. Windows color (decimal): -1912302 or 1233634. OLE color: 1233634.
HSL color Cylindrical-coordinate representation of color #E2D212: hue angle of 55.38º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2D212 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.11 |
| HSL | 55.38º | 0.85% | 0.48% | - |
| HSV(B) | 55.38º | 0.92% | 0.89% | - |
| XYZ | 54.52 | 62.31 | 9.72 | - |
| YUV | 192.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 18 | 0 | 0.07 | 0.92 | 0.11 | 55.38 | 0.85 | 0.48 |
| Hex | E2 | D2 | 12 | 0 | 7 | 5C | B | 37 | 55 | 30 |
| Octal | 342 | 322 | 22 | 0 | 7 | 134 | 13 | 67 | 125 | 60 |
| Binary | 11100010 | 11010010 | 10010 | 0 | 111 | 1011100 | 1011 | 110111 | 1010101 | 110000 |
Color Harmonies of #E2D212
Complementary color
Monochromatic Colors of #E2D212
Black with #E2D212
Text Example
Text Example
White with #E2D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D212; }
p { color: rgb(226,210,18); }
H1.HeaderClassName
{
color: #E2D212;
}
.AnyTagClassName
{
color: #E2D212;
}
</style>
background-color css
<style>
a { background-color: #E2D212; }
a { background-color: rgb(226,210,18); }
div.DivClassName
{
background-color: #E2D212;
}
.BgClassName
{
background-color: #E2D212;
}
</style>
border-color css
<style>
span { border-color: #E2D212; }
span { border-color: rgb(226,210,18); }
td.TdClassName
{
border-color: #E2D212;
}
.TagClassName
{
border-color: #E2D212;
}
</style>