Shades of Sunflower #E4CF04
Tints of Sunflower #E4CF04
RGB
CMYK
RGB Variations
Color information
#E4CF04 (or 0xE4CF04) is known color: Sunflower. HEX triplet: E4, CF and 04. RGB value is (228,207,4). Sum of RGB (Red+Green+Blue) = 228+207+4=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CF04 is #1B30FB. Grayscale: #BEBEBE. Windows color (decimal): -1782012 or 315364. OLE color: 315364.
HSL color Cylindrical-coordinate representation of color #E4CF04: hue angle of 54.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4CF04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.11 |
| HSL | 54.38º | 0.97% | 0.45% | - |
| HSV(B) | 54.38º | 0.98% | 0.89% | - |
| XYZ | 54.33 | 61.13 | 9.05 | - |
| YUV | 190.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 4 | 0 | 0.09 | 0.98 | 0.11 | 54.38 | 0.97 | 0.45 |
| Hex | E4 | CF | 4 | 0 | 9 | 62 | B | 36 | 61 | 2D |
| Octal | 344 | 317 | 4 | 0 | 11 | 142 | 13 | 66 | 141 | 55 |
| Binary | 11100100 | 11001111 | 100 | 0 | 1001 | 1100010 | 1011 | 110110 | 1100001 | 101101 |
Color Harmonies of #E4CF04
Complementary color
Monochromatic Colors of #E4CF04
Black with #E4CF04
Text Example
Text Example
White with #E4CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF04; }
p { color: rgb(228,207,4); }
H1.HeaderClassName
{
color: #E4CF04;
}
.AnyTagClassName
{
color: #E4CF04;
}
</style>
background-color css
<style>
a { background-color: #E4CF04; }
a { background-color: rgb(228,207,4); }
div.DivClassName
{
background-color: #E4CF04;
}
.BgClassName
{
background-color: #E4CF04;
}
</style>
border-color css
<style>
span { border-color: #E4CF04; }
span { border-color: rgb(228,207,4); }
td.TdClassName
{
border-color: #E4CF04;
}
.TagClassName
{
border-color: #E4CF04;
}
</style>