Shades of Sunflower #E1C124
Tints of Sunflower #E1C124
RGB
CMYK
RGB Variations
Color information
#E1C124 (or 0xE1C124) is known color: Sunflower. HEX triplet: E1, C1 and 24. RGB value is (225,193,36). Sum of RGB (Red+Green+Blue) = 225+193+36=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C124 is #1E3EDB. Grayscale: #B9B9B9. Windows color (decimal): -1982172 or 2408929. OLE color: 2408929.
HSL color Cylindrical-coordinate representation of color #E1C124: hue angle of 49.84º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1C124 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.12 |
| HSL | 49.84º | 0.76% | 0.51% | - |
| HSV(B) | 49.84º | 0.84% | 0.88% | - |
| XYZ | 50.44 | 54.27 | 9.49 | - |
| YUV | 184.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 36 | 0 | 0.14 | 0.84 | 0.12 | 49.84 | 0.76 | 0.51 |
| Hex | E1 | C1 | 24 | 0 | E | 54 | C | 32 | 4C | 33 |
| Octal | 341 | 301 | 44 | 0 | 16 | 124 | 14 | 62 | 114 | 63 |
| Binary | 11100001 | 11000001 | 100100 | 0 | 1110 | 1010100 | 1100 | 110010 | 1001100 | 110011 |
Color Harmonies of #E1C124
Complementary color
Monochromatic Colors of #E1C124
Black with #E1C124
Text Example
Text Example
White with #E1C124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C124; }
p { color: rgb(225,193,36); }
H1.HeaderClassName
{
color: #E1C124;
}
.AnyTagClassName
{
color: #E1C124;
}
</style>
background-color css
<style>
a { background-color: #E1C124; }
a { background-color: rgb(225,193,36); }
div.DivClassName
{
background-color: #E1C124;
}
.BgClassName
{
background-color: #E1C124;
}
</style>
border-color css
<style>
span { border-color: #E1C124; }
span { border-color: rgb(225,193,36); }
td.TdClassName
{
border-color: #E1C124;
}
.TagClassName
{
border-color: #E1C124;
}
</style>