Shades of Sunflower #E1D40C
Tints of Sunflower #E1D40C
RGB
CMYK
RGB Variations
Color information
#E1D40C (or 0xE1D40C) is known color: Sunflower. HEX triplet: E1, D4 and 0C. RGB value is (225,212,12). Sum of RGB (Red+Green+Blue) = 225+212+12=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D40C is #1E2BF3. Grayscale: #C1C1C1. Windows color (decimal): -1977332 or 840929. OLE color: 840929.
HSL color Cylindrical-coordinate representation of color #E1D40C: hue angle of 56.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1D40C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.12 |
| HSL | 56.34º | 0.9% | 0.46% | - |
| HSV(B) | 56.34º | 0.95% | 0.88% | - |
| XYZ | 54.66 | 63.12 | 9.65 | - |
| YUV | 193.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 12 | 0 | 0.06 | 0.95 | 0.12 | 56.34 | 0.9 | 0.46 |
| Hex | E1 | D4 | C | 0 | 6 | 5F | C | 38 | 5A | 2E |
| Octal | 341 | 324 | 14 | 0 | 6 | 137 | 14 | 70 | 132 | 56 |
| Binary | 11100001 | 11010100 | 1100 | 0 | 110 | 1011111 | 1100 | 111000 | 1011010 | 101110 |
Color Harmonies of #E1D40C
Complementary color
Monochromatic Colors of #E1D40C
Black with #E1D40C
Text Example
Text Example
White with #E1D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D40C; }
p { color: rgb(225,212,12); }
H1.HeaderClassName
{
color: #E1D40C;
}
.AnyTagClassName
{
color: #E1D40C;
}
</style>
background-color css
<style>
a { background-color: #E1D40C; }
a { background-color: rgb(225,212,12); }
div.DivClassName
{
background-color: #E1D40C;
}
.BgClassName
{
background-color: #E1D40C;
}
</style>
border-color css
<style>
span { border-color: #E1D40C; }
span { border-color: rgb(225,212,12); }
td.TdClassName
{
border-color: #E1D40C;
}
.TagClassName
{
border-color: #E1D40C;
}
</style>