Shades of Sunflower #E5C412
Tints of Sunflower #E5C412
RGB
CMYK
RGB Variations
Color information
#E5C412 (or 0xE5C412) is known color: Sunflower. HEX triplet: E5, C4 and 12. RGB value is (229,196,18). Sum of RGB (Red+Green+Blue) = 229+196+18=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C412 is #1A3BED. Grayscale: #BABABA. Windows color (decimal): -1719278 or 1230053. OLE color: 1230053.
HSL color Cylindrical-coordinate representation of color #E5C412: hue angle of 50.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5C412 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.10 |
| HSL | 50.62º | 0.85% | 0.48% | - |
| HSV(B) | 50.62º | 0.92% | 0.9% | - |
| XYZ | 52.16 | 56.18 | 8.67 | - |
| YUV | 185.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 18 | 0 | 0.14 | 0.92 | 0.10 | 50.62 | 0.85 | 0.48 |
| Hex | E5 | C4 | 12 | 0 | E | 5C | A | 33 | 55 | 30 |
| Octal | 345 | 304 | 22 | 0 | 16 | 134 | 12 | 63 | 125 | 60 |
| Binary | 11100101 | 11000100 | 10010 | 0 | 1110 | 1011100 | 1010 | 110011 | 1010101 | 110000 |
Color Harmonies of #E5C412
Complementary color
Monochromatic Colors of #E5C412
Black with #E5C412
Text Example
Text Example
White with #E5C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C412; }
p { color: rgb(229,196,18); }
H1.HeaderClassName
{
color: #E5C412;
}
.AnyTagClassName
{
color: #E5C412;
}
</style>
background-color css
<style>
a { background-color: #E5C412; }
a { background-color: rgb(229,196,18); }
div.DivClassName
{
background-color: #E5C412;
}
.BgClassName
{
background-color: #E5C412;
}
</style>
border-color css
<style>
span { border-color: #E5C412; }
span { border-color: rgb(229,196,18); }
td.TdClassName
{
border-color: #E5C412;
}
.TagClassName
{
border-color: #E5C412;
}
</style>