Shades of Sunflower #E4C01F
Tints of Sunflower #E4C01F
RGB
CMYK
RGB Variations
Color information
#E4C01F (or 0xE4C01F) is known color: Sunflower. HEX triplet: E4, C0 and 1F. RGB value is (228,192,31). Sum of RGB (Red+Green+Blue) = 228+192+31=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C01F is #1B3FE0. Grayscale: #B9B9B9. Windows color (decimal): -1785825 or 2080996. OLE color: 2080996.
HSL color Cylindrical-coordinate representation of color #E4C01F: hue angle of 49.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4C01F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.11 |
| HSL | 49.04º | 0.78% | 0.51% | - |
| HSV(B) | 49.04º | 0.86% | 0.89% | - |
| XYZ | 51.09 | 54.29 | 9.08 | - |
| YUV | 184.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 31 | 0 | 0.16 | 0.86 | 0.11 | 49.04 | 0.78 | 0.51 |
| Hex | E4 | C0 | 1F | 0 | 10 | 56 | B | 31 | 4E | 33 |
| Octal | 344 | 300 | 37 | 0 | 20 | 126 | 13 | 61 | 116 | 63 |
| Binary | 11100100 | 11000000 | 11111 | 0 | 10000 | 1010110 | 1011 | 110001 | 1001110 | 110011 |
Color Harmonies of #E4C01F
Complementary color
Monochromatic Colors of #E4C01F
Black with #E4C01F
Text Example
Text Example
White with #E4C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C01F; }
p { color: rgb(228,192,31); }
H1.HeaderClassName
{
color: #E4C01F;
}
.AnyTagClassName
{
color: #E4C01F;
}
</style>
background-color css
<style>
a { background-color: #E4C01F; }
a { background-color: rgb(228,192,31); }
div.DivClassName
{
background-color: #E4C01F;
}
.BgClassName
{
background-color: #E4C01F;
}
</style>
border-color css
<style>
span { border-color: #E4C01F; }
span { border-color: rgb(228,192,31); }
td.TdClassName
{
border-color: #E4C01F;
}
.TagClassName
{
border-color: #E4C01F;
}
</style>