Shades of Sunflower #E0C401
Tints of Sunflower #E0C401
RGB
CMYK
RGB Variations
Color information
#E0C401 (or 0xE0C401) is known color: Sunflower. HEX triplet: E0, C4 and 01. RGB value is (224,196,1). Sum of RGB (Red+Green+Blue) = 224+196+1=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C401 is #1F3BFE. Grayscale: #B6B6B6. Windows color (decimal): -2046975 or 115936. OLE color: 115936.
HSL color Cylindrical-coordinate representation of color #E0C401: hue angle of 52.47º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0C401 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.12 |
| HSL | 52.47º | 0.99% | 0.44% | - |
| HSV(B) | 52.47º | 1% | 0.88% | - |
| XYZ | 50.49 | 55.33 | 8.05 | - |
| YUV | 182.14 | 25.78 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 1 | 0 | 0.12 | 1.00 | 0.12 | 52.47 | 0.99 | 0.44 |
| Hex | E0 | C4 | 1 | 0 | C | 64 | C | 34 | 63 | 2C |
| Octal | 340 | 304 | 1 | 0 | 14 | 144 | 14 | 64 | 143 | 54 |
| Binary | 11100000 | 11000100 | 1 | 0 | 1100 | 1100100 | 1100 | 110100 | 1100011 | 101100 |
Color Harmonies of #E0C401
Complementary color
Monochromatic Colors of #E0C401
Black with #E0C401
Text Example
Text Example
White with #E0C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C401; }
p { color: rgb(224,196,1); }
H1.HeaderClassName
{
color: #E0C401;
}
.AnyTagClassName
{
color: #E0C401;
}
</style>
background-color css
<style>
a { background-color: #E0C401; }
a { background-color: rgb(224,196,1); }
div.DivClassName
{
background-color: #E0C401;
}
.BgClassName
{
background-color: #E0C401;
}
</style>
border-color css
<style>
span { border-color: #E0C401; }
span { border-color: rgb(224,196,1); }
td.TdClassName
{
border-color: #E0C401;
}
.TagClassName
{
border-color: #E0C401;
}
</style>