Shades of Sunflower #E0C11C
Tints of Sunflower #E0C11C
RGB
CMYK
RGB Variations
Color information
#E0C11C (or 0xE0C11C) is known color: Sunflower. HEX triplet: E0, C1 and 1C. RGB value is (224,193,28). Sum of RGB (Red+Green+Blue) = 224+193+28=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C11C is #1F3EE3. Grayscale: #B8B8B8. Windows color (decimal): -2047716 or 1884640. OLE color: 1884640.
HSL color Cylindrical-coordinate representation of color #E0C11C: hue angle of 50.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0C11C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.12 |
| HSL | 50.51º | 0.78% | 0.49% | - |
| HSV(B) | 50.51º | 0.88% | 0.88% | - |
| XYZ | 50.02 | 54.07 | 8.9 | - |
| YUV | 183.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 28 | 0 | 0.14 | 0.88 | 0.12 | 50.51 | 0.78 | 0.49 |
| Hex | E0 | C1 | 1C | 0 | E | 58 | C | 33 | 4E | 31 |
| Octal | 340 | 301 | 34 | 0 | 16 | 130 | 14 | 63 | 116 | 61 |
| Binary | 11100000 | 11000001 | 11100 | 0 | 1110 | 1011000 | 1100 | 110011 | 1001110 | 110001 |
Color Harmonies of #E0C11C
Complementary color
Monochromatic Colors of #E0C11C
Black with #E0C11C
Text Example
Text Example
White with #E0C11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C11C; }
p { color: rgb(224,193,28); }
H1.HeaderClassName
{
color: #E0C11C;
}
.AnyTagClassName
{
color: #E0C11C;
}
</style>
background-color css
<style>
a { background-color: #E0C11C; }
a { background-color: rgb(224,193,28); }
div.DivClassName
{
background-color: #E0C11C;
}
.BgClassName
{
background-color: #E0C11C;
}
</style>
border-color css
<style>
span { border-color: #E0C11C; }
span { border-color: rgb(224,193,28); }
td.TdClassName
{
border-color: #E0C11C;
}
.TagClassName
{
border-color: #E0C11C;
}
</style>