Shades of Sunflower #E1C20F
Tints of Sunflower #E1C20F
RGB
CMYK
RGB Variations
Color information
#E1C20F (or 0xE1C20F) is known color: Sunflower. HEX triplet: E1, C2 and 0F. RGB value is (225,194,15). Sum of RGB (Red+Green+Blue) = 225+194+15=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C20F is #1E3DF0. Grayscale: #B7B7B7. Windows color (decimal): -1981937 or 1032929. OLE color: 1032929.
HSL color Cylindrical-coordinate representation of color #E1C20F: hue angle of 51.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1C20F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.12 |
| HSL | 51.14º | 0.88% | 0.47% | - |
| HSV(B) | 51.14º | 0.93% | 0.88% | - |
| XYZ | 50.43 | 54.63 | 8.34 | - |
| YUV | 182.86 | 33.27 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 15 | 0 | 0.14 | 0.93 | 0.12 | 51.14 | 0.88 | 0.47 |
| Hex | E1 | C2 | F | 0 | E | 5D | C | 33 | 58 | 2F |
| Octal | 341 | 302 | 17 | 0 | 16 | 135 | 14 | 63 | 130 | 57 |
| Binary | 11100001 | 11000010 | 1111 | 0 | 1110 | 1011101 | 1100 | 110011 | 1011000 | 101111 |
Color Harmonies of #E1C20F
Complementary color
Monochromatic Colors of #E1C20F
Black with #E1C20F
Text Example
Text Example
White with #E1C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C20F; }
p { color: rgb(225,194,15); }
H1.HeaderClassName
{
color: #E1C20F;
}
.AnyTagClassName
{
color: #E1C20F;
}
</style>
background-color css
<style>
a { background-color: #E1C20F; }
a { background-color: rgb(225,194,15); }
div.DivClassName
{
background-color: #E1C20F;
}
.BgClassName
{
background-color: #E1C20F;
}
</style>
border-color css
<style>
span { border-color: #E1C20F; }
span { border-color: rgb(225,194,15); }
td.TdClassName
{
border-color: #E1C20F;
}
.TagClassName
{
border-color: #E1C20F;
}
</style>