Shades of Sunflower #E0CB04
Tints of Sunflower #E0CB04
RGB
CMYK
RGB Variations
Color information
#E0CB04 (or 0xE0CB04) is known color: Sunflower. HEX triplet: E0, CB and 04. RGB value is (224,203,4). Sum of RGB (Red+Green+Blue) = 224+203+4=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB04 is #1F34FB. Grayscale: #BBBBBB. Windows color (decimal): -2045180 or 314336. OLE color: 314336.
HSL color Cylindrical-coordinate representation of color #E0CB04: hue angle of 54.27º 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 #E0CB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.12 |
| HSL | 54.27º | 0.96% | 0.45% | - |
| HSV(B) | 54.27º | 0.98% | 0.88% | - |
| XYZ | 52.12 | 58.57 | 8.67 | - |
| YUV | 186.59 | 24.96 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 4 | 0 | 0.09 | 0.98 | 0.12 | 54.27 | 0.96 | 0.45 |
| Hex | E0 | CB | 4 | 0 | 9 | 62 | C | 36 | 60 | 2D |
| Octal | 340 | 313 | 4 | 0 | 11 | 142 | 14 | 66 | 140 | 55 |
| Binary | 11100000 | 11001011 | 100 | 0 | 1001 | 1100010 | 1100 | 110110 | 1100000 | 101101 |
Color Harmonies of #E0CB04
Complementary color
Monochromatic Colors of #E0CB04
Black with #E0CB04
Text Example
Text Example
White with #E0CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB04; }
p { color: rgb(224,203,4); }
H1.HeaderClassName
{
color: #E0CB04;
}
.AnyTagClassName
{
color: #E0CB04;
}
</style>
background-color css
<style>
a { background-color: #E0CB04; }
a { background-color: rgb(224,203,4); }
div.DivClassName
{
background-color: #E0CB04;
}
.BgClassName
{
background-color: #E0CB04;
}
</style>
border-color css
<style>
span { border-color: #E0CB04; }
span { border-color: rgb(224,203,4); }
td.TdClassName
{
border-color: #E0CB04;
}
.TagClassName
{
border-color: #E0CB04;
}
</style>