Shades of Sunflower #E1C01F
Tints of Sunflower #E1C01F
RGB
CMYK
RGB Variations
Color information
#E1C01F (or 0xE1C01F) is known color: Sunflower. HEX triplet: E1, C0 and 1F. RGB value is (225,192,31). Sum of RGB (Red+Green+Blue) = 225+192+31=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C01F is #1E3FE0. Grayscale: #B8B8B8. Windows color (decimal): -1982433 or 2080993. OLE color: 2080993.
HSL color Cylindrical-coordinate representation of color #E1C01F: hue angle of 49.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1C01F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.12 |
| HSL | 49.79º | 0.76% | 0.5% | - |
| HSV(B) | 49.79º | 0.86% | 0.88% | - |
| XYZ | 50.15 | 53.81 | 9.04 | - |
| YUV | 183.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 31 | 0 | 0.15 | 0.86 | 0.12 | 49.79 | 0.76 | 0.5 |
| Hex | E1 | C0 | 1F | 0 | F | 56 | C | 32 | 4C | 32 |
| Octal | 341 | 300 | 37 | 0 | 17 | 126 | 14 | 62 | 114 | 62 |
| Binary | 11100001 | 11000000 | 11111 | 0 | 1111 | 1010110 | 1100 | 110010 | 1001100 | 110010 |
Color Harmonies of #E1C01F
Complementary color
Monochromatic Colors of #E1C01F
Black with #E1C01F
Text Example
Text Example
White with #E1C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C01F; }
p { color: rgb(225,192,31); }
H1.HeaderClassName
{
color: #E1C01F;
}
.AnyTagClassName
{
color: #E1C01F;
}
</style>
background-color css
<style>
a { background-color: #E1C01F; }
a { background-color: rgb(225,192,31); }
div.DivClassName
{
background-color: #E1C01F;
}
.BgClassName
{
background-color: #E1C01F;
}
</style>
border-color css
<style>
span { border-color: #E1C01F; }
span { border-color: rgb(225,192,31); }
td.TdClassName
{
border-color: #E1C01F;
}
.TagClassName
{
border-color: #E1C01F;
}
</style>