Shades of Sunflower #E5D40C
Tints of Sunflower #E5D40C
RGB
CMYK
RGB Variations
Color information
#E5D40C (or 0xE5D40C) is known color: Sunflower. HEX triplet: E5, D4 and 0C. RGB value is (229,212,12). Sum of RGB (Red+Green+Blue) = 229+212+12=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D40C is #1A2BF3. Grayscale: #C3C3C3. Windows color (decimal): -1715188 or 840933. OLE color: 840933.
HSL color Cylindrical-coordinate representation of color #E5D40C: hue angle of 55.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5D40C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.10 |
| HSL | 55.3º | 0.9% | 0.47% | - |
| HSV(B) | 55.3º | 0.95% | 0.9% | - |
| XYZ | 55.92 | 63.77 | 9.71 | - |
| YUV | 194.28 | 25.13 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 12 | 0 | 0.07 | 0.95 | 0.10 | 55.3 | 0.9 | 0.47 |
| Hex | E5 | D4 | C | 0 | 7 | 5F | A | 37 | 5A | 2F |
| Octal | 345 | 324 | 14 | 0 | 7 | 137 | 12 | 67 | 132 | 57 |
| Binary | 11100101 | 11010100 | 1100 | 0 | 111 | 1011111 | 1010 | 110111 | 1011010 | 101111 |
Color Harmonies of #E5D40C
Complementary color
Monochromatic Colors of #E5D40C
Black with #E5D40C
Text Example
Text Example
White with #E5D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D40C; }
p { color: rgb(229,212,12); }
H1.HeaderClassName
{
color: #E5D40C;
}
.AnyTagClassName
{
color: #E5D40C;
}
</style>
background-color css
<style>
a { background-color: #E5D40C; }
a { background-color: rgb(229,212,12); }
div.DivClassName
{
background-color: #E5D40C;
}
.BgClassName
{
background-color: #E5D40C;
}
</style>
border-color css
<style>
span { border-color: #E5D40C; }
span { border-color: rgb(229,212,12); }
td.TdClassName
{
border-color: #E5D40C;
}
.TagClassName
{
border-color: #E5D40C;
}
</style>