Shades of Sunflower #E3C916
Tints of Sunflower #E3C916
RGB
CMYK
RGB Variations
Color information
#E3C916 (or 0xE3C916) is known color: Sunflower. HEX triplet: E3, C9 and 16. RGB value is (227,201,22). Sum of RGB (Red+Green+Blue) = 227+201+22=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C916 is #1C36E9. Grayscale: #BDBDBD. Windows color (decimal): -1849066 or 1493475. OLE color: 1493475.
HSL color Cylindrical-coordinate representation of color #E3C916: hue angle of 52.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3C916 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.11 |
| HSL | 52.39º | 0.82% | 0.49% | - |
| HSV(B) | 52.39º | 0.9% | 0.89% | - |
| XYZ | 52.71 | 58.16 | 9.21 | - |
| YUV | 188.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 22 | 0 | 0.11 | 0.90 | 0.11 | 52.39 | 0.82 | 0.49 |
| Hex | E3 | C9 | 16 | 0 | B | 5A | B | 34 | 52 | 31 |
| Octal | 343 | 311 | 26 | 0 | 13 | 132 | 13 | 64 | 122 | 61 |
| Binary | 11100011 | 11001001 | 10110 | 0 | 1011 | 1011010 | 1011 | 110100 | 1010010 | 110001 |
Color Harmonies of #E3C916
Complementary color
Monochromatic Colors of #E3C916
Black with #E3C916
Text Example
Text Example
White with #E3C916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C916; }
p { color: rgb(227,201,22); }
H1.HeaderClassName
{
color: #E3C916;
}
.AnyTagClassName
{
color: #E3C916;
}
</style>
background-color css
<style>
a { background-color: #E3C916; }
a { background-color: rgb(227,201,22); }
div.DivClassName
{
background-color: #E3C916;
}
.BgClassName
{
background-color: #E3C916;
}
</style>
border-color css
<style>
span { border-color: #E3C916; }
span { border-color: rgb(227,201,22); }
td.TdClassName
{
border-color: #E3C916;
}
.TagClassName
{
border-color: #E3C916;
}
</style>