Shades of Sunflower #E0C60F
Tints of Sunflower #E0C60F
RGB
CMYK
RGB Variations
Color information
#E0C60F (or 0xE0C60F) is known color: Sunflower. HEX triplet: E0, C6 and 0F. RGB value is (224,198,15). Sum of RGB (Red+Green+Blue) = 224+198+15=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C60F is #1F39F0. Grayscale: #B9B9B9. Windows color (decimal): -2046449 or 1033952. OLE color: 1033952.
HSL color Cylindrical-coordinate representation of color #E0C60F: hue angle of 52.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0C60F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.12 |
| HSL | 52.54º | 0.87% | 0.47% | - |
| HSV(B) | 52.54º | 0.93% | 0.88% | - |
| XYZ | 51.02 | 56.27 | 8.62 | - |
| YUV | 184.91 | 32.11 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 15 | 0 | 0.12 | 0.93 | 0.12 | 52.54 | 0.87 | 0.47 |
| Hex | E0 | C6 | F | 0 | C | 5D | C | 35 | 57 | 2F |
| Octal | 340 | 306 | 17 | 0 | 14 | 135 | 14 | 65 | 127 | 57 |
| Binary | 11100000 | 11000110 | 1111 | 0 | 1100 | 1011101 | 1100 | 110101 | 1010111 | 101111 |
Color Harmonies of #E0C60F
Complementary color
Monochromatic Colors of #E0C60F
Black with #E0C60F
Text Example
Text Example
White with #E0C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C60F; }
p { color: rgb(224,198,15); }
H1.HeaderClassName
{
color: #E0C60F;
}
.AnyTagClassName
{
color: #E0C60F;
}
</style>
background-color css
<style>
a { background-color: #E0C60F; }
a { background-color: rgb(224,198,15); }
div.DivClassName
{
background-color: #E0C60F;
}
.BgClassName
{
background-color: #E0C60F;
}
</style>
border-color css
<style>
span { border-color: #E0C60F; }
span { border-color: rgb(224,198,15); }
td.TdClassName
{
border-color: #E0C60F;
}
.TagClassName
{
border-color: #E0C60F;
}
</style>