Shades of Sunflower #E4C412
Tints of Sunflower #E4C412
RGB
CMYK
RGB Variations
Color information
#E4C412 (or 0xE4C412) is known color: Sunflower. HEX triplet: E4, C4 and 12. RGB value is (228,196,18). Sum of RGB (Red+Green+Blue) = 228+196+18=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C412 is #1B3BED. Grayscale: #BABABA. Windows color (decimal): -1784814 or 1230052. OLE color: 1230052.
HSL color Cylindrical-coordinate representation of color #E4C412: hue angle of 50.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E4C412 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 196 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.11 |
| HSL | 50.86º | 0.85% | 0.48% | - |
| HSV(B) | 50.86º | 0.92% | 0.89% | - |
| XYZ | 51.84 | 56.02 | 8.65 | - |
| YUV | 185.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 18 | 0 | 0.14 | 0.92 | 0.11 | 50.86 | 0.85 | 0.48 |
| Hex | E4 | C4 | 12 | 0 | E | 5C | B | 33 | 55 | 30 |
| Octal | 344 | 304 | 22 | 0 | 16 | 134 | 13 | 63 | 125 | 60 |
| Binary | 11100100 | 11000100 | 10010 | 0 | 1110 | 1011100 | 1011 | 110011 | 1010101 | 110000 |
Color Harmonies of #E4C412
Complementary color
Monochromatic Colors of #E4C412
Black with #E4C412
Text Example
Text Example
White with #E4C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C412; }
p { color: rgb(228,196,18); }
H1.HeaderClassName
{
color: #E4C412;
}
.AnyTagClassName
{
color: #E4C412;
}
</style>
background-color css
<style>
a { background-color: #E4C412; }
a { background-color: rgb(228,196,18); }
div.DivClassName
{
background-color: #E4C412;
}
.BgClassName
{
background-color: #E4C412;
}
</style>
border-color css
<style>
span { border-color: #E4C412; }
span { border-color: rgb(228,196,18); }
td.TdClassName
{
border-color: #E4C412;
}
.TagClassName
{
border-color: #E4C412;
}
</style>