Shades of Sunflower #E0C11D
Tints of Sunflower #E0C11D
RGB
CMYK
RGB Variations
Color information
#E0C11D (or 0xE0C11D) is known color: Sunflower. HEX triplet: E0, C1 and 1D. RGB value is (224,193,29). Sum of RGB (Red+Green+Blue) = 224+193+29=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C11D is #1F3EE2. Grayscale: #B8B8B8. Windows color (decimal): -2047715 or 1950176. OLE color: 1950176.
HSL color Cylindrical-coordinate representation of color #E0C11D: hue angle of 50.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0C11D is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 29 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.12 |
| HSL | 50.46º | 0.77% | 0.5% | - |
| HSV(B) | 50.46º | 0.87% | 0.88% | - |
| XYZ | 50.03 | 54.08 | 8.96 | - |
| YUV | 183.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 29 | 0 | 0.14 | 0.87 | 0.12 | 50.46 | 0.77 | 0.5 |
| Hex | E0 | C1 | 1D | 0 | E | 57 | C | 32 | 4D | 32 |
| Octal | 340 | 301 | 35 | 0 | 16 | 127 | 14 | 62 | 115 | 62 |
| Binary | 11100000 | 11000001 | 11101 | 0 | 1110 | 1010111 | 1100 | 110010 | 1001101 | 110010 |
Color Harmonies of #E0C11D
Complementary color
Monochromatic Colors of #E0C11D
Black with #E0C11D
Text Example
Text Example
White with #E0C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C11D; }
p { color: rgb(224,193,29); }
H1.HeaderClassName
{
color: #E0C11D;
}
.AnyTagClassName
{
color: #E0C11D;
}
</style>
background-color css
<style>
a { background-color: #E0C11D; }
a { background-color: rgb(224,193,29); }
div.DivClassName
{
background-color: #E0C11D;
}
.BgClassName
{
background-color: #E0C11D;
}
</style>
border-color css
<style>
span { border-color: #E0C11D; }
span { border-color: rgb(224,193,29); }
td.TdClassName
{
border-color: #E0C11D;
}
.TagClassName
{
border-color: #E0C11D;
}
</style>