Shades of Sunflower #E0CE04
Tints of Sunflower #E0CE04
RGB
CMYK
RGB Variations
Color information
#E0CE04 (or 0xE0CE04) is known color: Sunflower. HEX triplet: E0, CE and 04. RGB value is (224,206,4). Sum of RGB (Red+Green+Blue) = 224+206+4=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CE04 is #1F31FB. Grayscale: #BDBDBD. Windows color (decimal): -2044412 or 315104. OLE color: 315104.
HSL color Cylindrical-coordinate representation of color #E0CE04: hue angle of 55.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0CE04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.12 |
| HSL | 55.09º | 0.96% | 0.45% | - |
| HSV(B) | 55.09º | 0.98% | 0.88% | - |
| XYZ | 52.83 | 60 | 8.91 | - |
| YUV | 188.35 | 23.96 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 4 | 0 | 0.08 | 0.98 | 0.12 | 55.09 | 0.96 | 0.45 |
| Hex | E0 | CE | 4 | 0 | 8 | 62 | C | 37 | 60 | 2D |
| Octal | 340 | 316 | 4 | 0 | 10 | 142 | 14 | 67 | 140 | 55 |
| Binary | 11100000 | 11001110 | 100 | 0 | 1000 | 1100010 | 1100 | 110111 | 1100000 | 101101 |
Color Harmonies of #E0CE04
Complementary color
Monochromatic Colors of #E0CE04
Black with #E0CE04
Text Example
Text Example
White with #E0CE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE04; }
p { color: rgb(224,206,4); }
H1.HeaderClassName
{
color: #E0CE04;
}
.AnyTagClassName
{
color: #E0CE04;
}
</style>
background-color css
<style>
a { background-color: #E0CE04; }
a { background-color: rgb(224,206,4); }
div.DivClassName
{
background-color: #E0CE04;
}
.BgClassName
{
background-color: #E0CE04;
}
</style>
border-color css
<style>
span { border-color: #E0CE04; }
span { border-color: rgb(224,206,4); }
td.TdClassName
{
border-color: #E0CE04;
}
.TagClassName
{
border-color: #E0CE04;
}
</style>