Shades of Sunflower #E0C60C
Tints of Sunflower #E0C60C
RGB
CMYK
RGB Variations
Color information
#E0C60C (or 0xE0C60C) is known color: Sunflower. HEX triplet: E0, C6 and 0C. RGB value is (224,198,12). Sum of RGB (Red+Green+Blue) = 224+198+12=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C60C is #1F39F3. Grayscale: #B9B9B9. Windows color (decimal): -2046452 or 837344. OLE color: 837344.
HSL color Cylindrical-coordinate representation of color #E0C60C: hue angle of 52.64º 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 #E0C60C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.12 |
| HSL | 52.64º | 0.9% | 0.46% | - |
| HSV(B) | 52.64º | 0.95% | 0.88% | - |
| XYZ | 51 | 56.26 | 8.52 | - |
| YUV | 184.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 12 | 0 | 0.12 | 0.95 | 0.12 | 52.64 | 0.9 | 0.46 |
| Hex | E0 | C6 | C | 0 | C | 5F | C | 35 | 5A | 2E |
| Octal | 340 | 306 | 14 | 0 | 14 | 137 | 14 | 65 | 132 | 56 |
| Binary | 11100000 | 11000110 | 1100 | 0 | 1100 | 1011111 | 1100 | 110101 | 1011010 | 101110 |
Color Harmonies of #E0C60C
Complementary color
Monochromatic Colors of #E0C60C
Black with #E0C60C
Text Example
Text Example
White with #E0C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C60C; }
p { color: rgb(224,198,12); }
H1.HeaderClassName
{
color: #E0C60C;
}
.AnyTagClassName
{
color: #E0C60C;
}
</style>
background-color css
<style>
a { background-color: #E0C60C; }
a { background-color: rgb(224,198,12); }
div.DivClassName
{
background-color: #E0C60C;
}
.BgClassName
{
background-color: #E0C60C;
}
</style>
border-color css
<style>
span { border-color: #E0C60C; }
span { border-color: rgb(224,198,12); }
td.TdClassName
{
border-color: #E0C60C;
}
.TagClassName
{
border-color: #E0C60C;
}
</style>