Shades of Sunflower #E4C014
Tints of Sunflower #E4C014
RGB
CMYK
RGB Variations
Color information
#E4C014 (or 0xE4C014) is known color: Sunflower. HEX triplet: E4, C0 and 14. RGB value is (228,192,20). Sum of RGB (Red+Green+Blue) = 228+192+20=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C014 is #1B3FEB. Grayscale: #B7B7B7. Windows color (decimal): -1785836 or 1360100. OLE color: 1360100.
HSL color Cylindrical-coordinate representation of color #E4C014: hue angle of 49.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4C014 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.11 |
| HSL | 49.62º | 0.84% | 0.49% | - |
| HSV(B) | 49.62º | 0.91% | 0.89% | - |
| XYZ | 50.97 | 54.24 | 8.45 | - |
| YUV | 183.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 20 | 0 | 0.16 | 0.91 | 0.11 | 49.62 | 0.84 | 0.49 |
| Hex | E4 | C0 | 14 | 0 | 10 | 5B | B | 32 | 54 | 31 |
| Octal | 344 | 300 | 24 | 0 | 20 | 133 | 13 | 62 | 124 | 61 |
| Binary | 11100100 | 11000000 | 10100 | 0 | 10000 | 1011011 | 1011 | 110010 | 1010100 | 110001 |
Color Harmonies of #E4C014
Complementary color
Monochromatic Colors of #E4C014
Black with #E4C014
Text Example
Text Example
White with #E4C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C014; }
p { color: rgb(228,192,20); }
H1.HeaderClassName
{
color: #E4C014;
}
.AnyTagClassName
{
color: #E4C014;
}
</style>
background-color css
<style>
a { background-color: #E4C014; }
a { background-color: rgb(228,192,20); }
div.DivClassName
{
background-color: #E4C014;
}
.BgClassName
{
background-color: #E4C014;
}
</style>
border-color css
<style>
span { border-color: #E4C014; }
span { border-color: rgb(228,192,20); }
td.TdClassName
{
border-color: #E4C014;
}
.TagClassName
{
border-color: #E4C014;
}
</style>