Shades of Sunflower #E1C413
Tints of Sunflower #E1C413
RGB
CMYK
RGB Variations
Color information
#E1C413 (or 0xE1C413) is known color: Sunflower. HEX triplet: E1, C4 and 13. RGB value is (225,196,19). Sum of RGB (Red+Green+Blue) = 225+196+19=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C413 is #1E3BEC. Grayscale: #B9B9B9. Windows color (decimal): -1981421 or 1295585. OLE color: 1295585.
HSL color Cylindrical-coordinate representation of color #E1C413: hue angle of 51.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1C413 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.12 |
| HSL | 51.55º | 0.84% | 0.48% | - |
| HSV(B) | 51.55º | 0.92% | 0.88% | - |
| XYZ | 50.91 | 55.53 | 8.65 | - |
| YUV | 184.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 19 | 0 | 0.13 | 0.92 | 0.12 | 51.55 | 0.84 | 0.48 |
| Hex | E1 | C4 | 13 | 0 | D | 5C | C | 34 | 54 | 30 |
| Octal | 341 | 304 | 23 | 0 | 15 | 134 | 14 | 64 | 124 | 60 |
| Binary | 11100001 | 11000100 | 10011 | 0 | 1101 | 1011100 | 1100 | 110100 | 1010100 | 110000 |
Color Harmonies of #E1C413
Complementary color
Monochromatic Colors of #E1C413
Black with #E1C413
Text Example
Text Example
White with #E1C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C413; }
p { color: rgb(225,196,19); }
H1.HeaderClassName
{
color: #E1C413;
}
.AnyTagClassName
{
color: #E1C413;
}
</style>
background-color css
<style>
a { background-color: #E1C413; }
a { background-color: rgb(225,196,19); }
div.DivClassName
{
background-color: #E1C413;
}
.BgClassName
{
background-color: #E1C413;
}
</style>
border-color css
<style>
span { border-color: #E1C413; }
span { border-color: rgb(225,196,19); }
td.TdClassName
{
border-color: #E1C413;
}
.TagClassName
{
border-color: #E1C413;
}
</style>