Shades of Sunflower #E0C10C
Tints of Sunflower #E0C10C
RGB
CMYK
RGB Variations
Color information
#E0C10C (or 0xE0C10C) is known color: Sunflower. HEX triplet: E0, C1 and 0C. RGB value is (224,193,12). Sum of RGB (Red+Green+Blue) = 224+193+12=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C10C is #1F3EF3. Grayscale: #B6B6B6. Windows color (decimal): -2047732 or 836064. OLE color: 836064.
HSL color Cylindrical-coordinate representation of color #E0C10C: hue angle of 51.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0C10C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.12 |
| HSL | 51.23º | 0.9% | 0.46% | - |
| HSV(B) | 51.23º | 0.95% | 0.88% | - |
| XYZ | 49.88 | 54.01 | 8.14 | - |
| YUV | 181.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 12 | 0 | 0.14 | 0.95 | 0.12 | 51.23 | 0.9 | 0.46 |
| Hex | E0 | C1 | C | 0 | E | 5F | C | 33 | 5A | 2E |
| Octal | 340 | 301 | 14 | 0 | 16 | 137 | 14 | 63 | 132 | 56 |
| Binary | 11100000 | 11000001 | 1100 | 0 | 1110 | 1011111 | 1100 | 110011 | 1011010 | 101110 |
Color Harmonies of #E0C10C
Complementary color
Monochromatic Colors of #E0C10C
Black with #E0C10C
Text Example
Text Example
White with #E0C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C10C; }
p { color: rgb(224,193,12); }
H1.HeaderClassName
{
color: #E0C10C;
}
.AnyTagClassName
{
color: #E0C10C;
}
</style>
background-color css
<style>
a { background-color: #E0C10C; }
a { background-color: rgb(224,193,12); }
div.DivClassName
{
background-color: #E0C10C;
}
.BgClassName
{
background-color: #E0C10C;
}
</style>
border-color css
<style>
span { border-color: #E0C10C; }
span { border-color: rgb(224,193,12); }
td.TdClassName
{
border-color: #E0C10C;
}
.TagClassName
{
border-color: #E0C10C;
}
</style>