Shades of Sunflower #E4C010
Tints of Sunflower #E4C010
RGB
CMYK
RGB Variations
Color information
#E4C010 (or 0xE4C010) is known color: Sunflower. HEX triplet: E4, C0 and 10. RGB value is (228,192,16). Sum of RGB (Red+Green+Blue) = 228+192+16=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C010 is #1B3FEF. Grayscale: #B7B7B7. Windows color (decimal): -1785840 or 1097956. OLE color: 1097956.
HSL color Cylindrical-coordinate representation of color #E4C010: hue angle of 49.81º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4C010 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.11 |
| HSL | 49.81º | 0.87% | 0.48% | - |
| HSV(B) | 49.81º | 0.93% | 0.89% | - |
| XYZ | 50.94 | 54.23 | 8.27 | - |
| YUV | 182.7 | 33.93 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 16 | 0 | 0.16 | 0.93 | 0.11 | 49.81 | 0.87 | 0.48 |
| Hex | E4 | C0 | 10 | 0 | 10 | 5D | B | 32 | 57 | 30 |
| Octal | 344 | 300 | 20 | 0 | 20 | 135 | 13 | 62 | 127 | 60 |
| Binary | 11100100 | 11000000 | 10000 | 0 | 10000 | 1011101 | 1011 | 110010 | 1010111 | 110000 |
Color Harmonies of #E4C010
Complementary color
Monochromatic Colors of #E4C010
Black with #E4C010
Text Example
Text Example
White with #E4C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C010; }
p { color: rgb(228,192,16); }
H1.HeaderClassName
{
color: #E4C010;
}
.AnyTagClassName
{
color: #E4C010;
}
</style>
background-color css
<style>
a { background-color: #E4C010; }
a { background-color: rgb(228,192,16); }
div.DivClassName
{
background-color: #E4C010;
}
.BgClassName
{
background-color: #E4C010;
}
</style>
border-color css
<style>
span { border-color: #E4C010; }
span { border-color: rgb(228,192,16); }
td.TdClassName
{
border-color: #E4C010;
}
.TagClassName
{
border-color: #E4C010;
}
</style>