Shades of Sunflower #E0C304
Tints of Sunflower #E0C304
RGB
CMYK
RGB Variations
Color information
#E0C304 (or 0xE0C304) is known color: Sunflower. HEX triplet: E0, C3 and 04. RGB value is (224,195,4). Sum of RGB (Red+Green+Blue) = 224+195+4=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C304 is #1F3CFB. Grayscale: #B6B6B6. Windows color (decimal): -2047228 or 312288. OLE color: 312288.
HSL color Cylindrical-coordinate representation of color #E0C304: hue angle of 52.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 #E0C304 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.12 |
| HSL | 52.09º | 0.96% | 0.45% | - |
| HSV(B) | 52.09º | 0.98% | 0.88% | - |
| XYZ | 50.28 | 54.89 | 8.06 | - |
| YUV | 181.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 4 | 0 | 0.13 | 0.98 | 0.12 | 52.09 | 0.96 | 0.45 |
| Hex | E0 | C3 | 4 | 0 | D | 62 | C | 34 | 60 | 2D |
| Octal | 340 | 303 | 4 | 0 | 15 | 142 | 14 | 64 | 140 | 55 |
| Binary | 11100000 | 11000011 | 100 | 0 | 1101 | 1100010 | 1100 | 110100 | 1100000 | 101101 |
Color Harmonies of #E0C304
Complementary color
Monochromatic Colors of #E0C304
Black with #E0C304
Text Example
Text Example
White with #E0C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C304; }
p { color: rgb(224,195,4); }
H1.HeaderClassName
{
color: #E0C304;
}
.AnyTagClassName
{
color: #E0C304;
}
</style>
background-color css
<style>
a { background-color: #E0C304; }
a { background-color: rgb(224,195,4); }
div.DivClassName
{
background-color: #E0C304;
}
.BgClassName
{
background-color: #E0C304;
}
</style>
border-color css
<style>
span { border-color: #E0C304; }
span { border-color: rgb(224,195,4); }
td.TdClassName
{
border-color: #E0C304;
}
.TagClassName
{
border-color: #E0C304;
}
</style>