Shades of Sunflower #E3C116
Tints of Sunflower #E3C116
RGB
CMYK
RGB Variations
Color information
#E3C116 (or 0xE3C116) is known color: Sunflower. HEX triplet: E3, C1 and 16. RGB value is (227,193,22). Sum of RGB (Red+Green+Blue) = 227+193+22=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C116 is #1C3EE9. Grayscale: #B8B8B8. Windows color (decimal): -1851114 or 1491427. OLE color: 1491427.
HSL color Cylindrical-coordinate representation of color #E3C116: hue angle of 50.05º 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 #E3C116 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.11 |
| HSL | 50.05º | 0.82% | 0.49% | - |
| HSV(B) | 50.05º | 0.9% | 0.89% | - |
| XYZ | 50.89 | 54.53 | 8.6 | - |
| YUV | 183.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 22 | 0 | 0.15 | 0.90 | 0.11 | 50.05 | 0.82 | 0.49 |
| Hex | E3 | C1 | 16 | 0 | F | 5A | B | 32 | 52 | 31 |
| Octal | 343 | 301 | 26 | 0 | 17 | 132 | 13 | 62 | 122 | 61 |
| Binary | 11100011 | 11000001 | 10110 | 0 | 1111 | 1011010 | 1011 | 110010 | 1010010 | 110001 |
Color Harmonies of #E3C116
Complementary color
Monochromatic Colors of #E3C116
Black with #E3C116
Text Example
Text Example
White with #E3C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C116; }
p { color: rgb(227,193,22); }
H1.HeaderClassName
{
color: #E3C116;
}
.AnyTagClassName
{
color: #E3C116;
}
</style>
background-color css
<style>
a { background-color: #E3C116; }
a { background-color: rgb(227,193,22); }
div.DivClassName
{
background-color: #E3C116;
}
.BgClassName
{
background-color: #E3C116;
}
</style>
border-color css
<style>
span { border-color: #E3C116; }
span { border-color: rgb(227,193,22); }
td.TdClassName
{
border-color: #E3C116;
}
.TagClassName
{
border-color: #E3C116;
}
</style>