Shades of Sunflower #E0C801
Tints of Sunflower #E0C801
RGB
CMYK
RGB Variations
Color information
#E0C801 (or 0xE0C801) is known color: Sunflower. HEX triplet: E0, C8 and 01. RGB value is (224,200,1). Sum of RGB (Red+Green+Blue) = 224+200+1=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C801 is #1F37FE. Grayscale: #B9B9B9. Windows color (decimal): -2045951 or 116960. OLE color: 116960.
HSL color Cylindrical-coordinate representation of color #E0C801: hue angle of 53.54º 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 #E0C801 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.12 |
| HSL | 53.54º | 0.99% | 0.44% | - |
| HSV(B) | 53.54º | 1% | 0.88% | - |
| XYZ | 51.4 | 57.16 | 8.35 | - |
| YUV | 184.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 1 | 0 | 0.11 | 1.00 | 0.12 | 53.54 | 0.99 | 0.44 |
| Hex | E0 | C8 | 1 | 0 | B | 64 | C | 36 | 63 | 2C |
| Octal | 340 | 310 | 1 | 0 | 13 | 144 | 14 | 66 | 143 | 54 |
| Binary | 11100000 | 11001000 | 1 | 0 | 1011 | 1100100 | 1100 | 110110 | 1100011 | 101100 |
Color Harmonies of #E0C801
Complementary color
Monochromatic Colors of #E0C801
Black with #E0C801
Text Example
Text Example
White with #E0C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C801; }
p { color: rgb(224,200,1); }
H1.HeaderClassName
{
color: #E0C801;
}
.AnyTagClassName
{
color: #E0C801;
}
</style>
background-color css
<style>
a { background-color: #E0C801; }
a { background-color: rgb(224,200,1); }
div.DivClassName
{
background-color: #E0C801;
}
.BgClassName
{
background-color: #E0C801;
}
</style>
border-color css
<style>
span { border-color: #E0C801; }
span { border-color: rgb(224,200,1); }
td.TdClassName
{
border-color: #E0C801;
}
.TagClassName
{
border-color: #E0C801;
}
</style>