Shades of Sunflower #E2C713
Tints of Sunflower #E2C713
RGB
CMYK
RGB Variations
Color information
#E2C713 (or 0xE2C713) is known color: Sunflower. HEX triplet: E2, C7 and 13. RGB value is (226,199,19). Sum of RGB (Red+Green+Blue) = 226+199+19=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C713 is #1D38EC. Grayscale: #BBBBBB. Windows color (decimal): -1915117 or 1296354. OLE color: 1296354.
HSL color Cylindrical-coordinate representation of color #E2C713: hue angle of 52.17º degrees, saturation: 0.84, 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 #E2C713 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.11 |
| HSL | 52.17º | 0.84% | 0.48% | - |
| HSV(B) | 52.17º | 0.92% | 0.89% | - |
| XYZ | 51.91 | 57.06 | 8.89 | - |
| YUV | 186.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 19 | 0 | 0.12 | 0.92 | 0.11 | 52.17 | 0.84 | 0.48 |
| Hex | E2 | C7 | 13 | 0 | C | 5C | B | 34 | 54 | 30 |
| Octal | 342 | 307 | 23 | 0 | 14 | 134 | 13 | 64 | 124 | 60 |
| Binary | 11100010 | 11000111 | 10011 | 0 | 1100 | 1011100 | 1011 | 110100 | 1010100 | 110000 |
Color Harmonies of #E2C713
Complementary color
Monochromatic Colors of #E2C713
Black with #E2C713
Text Example
Text Example
White with #E2C713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C713; }
p { color: rgb(226,199,19); }
H1.HeaderClassName
{
color: #E2C713;
}
.AnyTagClassName
{
color: #E2C713;
}
</style>
background-color css
<style>
a { background-color: #E2C713; }
a { background-color: rgb(226,199,19); }
div.DivClassName
{
background-color: #E2C713;
}
.BgClassName
{
background-color: #E2C713;
}
</style>
border-color css
<style>
span { border-color: #E2C713; }
span { border-color: rgb(226,199,19); }
td.TdClassName
{
border-color: #E2C713;
}
.TagClassName
{
border-color: #E2C713;
}
</style>