Shades of Sunflower #E5C418
Tints of Sunflower #E5C418
RGB
CMYK
RGB Variations
Color information
#E5C418 (or 0xE5C418) is known color: Sunflower. HEX triplet: E5, C4 and 18. RGB value is (229,196,24). Sum of RGB (Red+Green+Blue) = 229+196+24=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C418 is #1A3BE7. Grayscale: #BABABA. Windows color (decimal): -1719272 or 1623269. OLE color: 1623269.
HSL color Cylindrical-coordinate representation of color #E5C418: hue angle of 50.34º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5C418 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 24 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.10 |
| HSL | 50.34º | 0.81% | 0.5% | - |
| HSV(B) | 50.34º | 0.9% | 0.9% | - |
| XYZ | 52.22 | 56.2 | 8.96 | - |
| YUV | 186.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 24 | 0 | 0.14 | 0.90 | 0.10 | 50.34 | 0.81 | 0.5 |
| Hex | E5 | C4 | 18 | 0 | E | 5A | A | 32 | 51 | 32 |
| Octal | 345 | 304 | 30 | 0 | 16 | 132 | 12 | 62 | 121 | 62 |
| Binary | 11100101 | 11000100 | 11000 | 0 | 1110 | 1011010 | 1010 | 110010 | 1010001 | 110010 |
Color Harmonies of #E5C418
Complementary color
Monochromatic Colors of #E5C418
Black with #E5C418
Text Example
Text Example
White with #E5C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C418; }
p { color: rgb(229,196,24); }
H1.HeaderClassName
{
color: #E5C418;
}
.AnyTagClassName
{
color: #E5C418;
}
</style>
background-color css
<style>
a { background-color: #E5C418; }
a { background-color: rgb(229,196,24); }
div.DivClassName
{
background-color: #E5C418;
}
.BgClassName
{
background-color: #E5C418;
}
</style>
border-color css
<style>
span { border-color: #E5C418; }
span { border-color: rgb(229,196,24); }
td.TdClassName
{
border-color: #E5C418;
}
.TagClassName
{
border-color: #E5C418;
}
</style>