Shades of Sunflower #E3C216
Tints of Sunflower #E3C216
RGB
CMYK
RGB Variations
Color information
#E3C216 (or 0xE3C216) is known color: Sunflower. HEX triplet: E3, C2 and 16. RGB value is (227,194,22). Sum of RGB (Red+Green+Blue) = 227+194+22=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C216 is #1C3DE9. Grayscale: #B8B8B8. Windows color (decimal): -1850858 or 1491683. OLE color: 1491683.
HSL color Cylindrical-coordinate representation of color #E3C216: hue angle of 50.34º 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 #E3C216 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 194 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.11 |
| HSL | 50.34º | 0.82% | 0.49% | - |
| HSV(B) | 50.34º | 0.9% | 0.89% | - |
| XYZ | 51.12 | 54.97 | 8.68 | - |
| YUV | 184.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 22 | 0 | 0.15 | 0.90 | 0.11 | 50.34 | 0.82 | 0.49 |
| Hex | E3 | C2 | 16 | 0 | F | 5A | B | 32 | 52 | 31 |
| Octal | 343 | 302 | 26 | 0 | 17 | 132 | 13 | 62 | 122 | 61 |
| Binary | 11100011 | 11000010 | 10110 | 0 | 1111 | 1011010 | 1011 | 110010 | 1010010 | 110001 |
Color Harmonies of #E3C216
Complementary color
Monochromatic Colors of #E3C216
Black with #E3C216
Text Example
Text Example
White with #E3C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C216; }
p { color: rgb(227,194,22); }
H1.HeaderClassName
{
color: #E3C216;
}
.AnyTagClassName
{
color: #E3C216;
}
</style>
background-color css
<style>
a { background-color: #E3C216; }
a { background-color: rgb(227,194,22); }
div.DivClassName
{
background-color: #E3C216;
}
.BgClassName
{
background-color: #E3C216;
}
</style>
border-color css
<style>
span { border-color: #E3C216; }
span { border-color: rgb(227,194,22); }
td.TdClassName
{
border-color: #E3C216;
}
.TagClassName
{
border-color: #E3C216;
}
</style>