Shades of Sunflower #E0C90C
Tints of Sunflower #E0C90C
RGB
CMYK
RGB Variations
Color information
#E0C90C (or 0xE0C90C) is known color: Sunflower. HEX triplet: E0, C9 and 0C. RGB value is (224,201,12). Sum of RGB (Red+Green+Blue) = 224+201+12=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C90C is #1F36F3. Grayscale: #BBBBBB. Windows color (decimal): -2045684 or 838112. OLE color: 838112.
HSL color Cylindrical-coordinate representation of color #E0C90C: hue angle of 53.49º 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 #E0C90C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.12 |
| HSL | 53.49º | 0.9% | 0.46% | - |
| HSV(B) | 53.49º | 0.95% | 0.88% | - |
| XYZ | 51.69 | 57.65 | 8.75 | - |
| YUV | 186.33 | 29.62 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 12 | 0 | 0.10 | 0.95 | 0.12 | 53.49 | 0.9 | 0.46 |
| Hex | E0 | C9 | C | 0 | A | 5F | C | 35 | 5A | 2E |
| Octal | 340 | 311 | 14 | 0 | 12 | 137 | 14 | 65 | 132 | 56 |
| Binary | 11100000 | 11001001 | 1100 | 0 | 1010 | 1011111 | 1100 | 110101 | 1011010 | 101110 |
Color Harmonies of #E0C90C
Complementary color
Monochromatic Colors of #E0C90C
Black with #E0C90C
Text Example
Text Example
White with #E0C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C90C; }
p { color: rgb(224,201,12); }
H1.HeaderClassName
{
color: #E0C90C;
}
.AnyTagClassName
{
color: #E0C90C;
}
</style>
background-color css
<style>
a { background-color: #E0C90C; }
a { background-color: rgb(224,201,12); }
div.DivClassName
{
background-color: #E0C90C;
}
.BgClassName
{
background-color: #E0C90C;
}
</style>
border-color css
<style>
span { border-color: #E0C90C; }
span { border-color: rgb(224,201,12); }
td.TdClassName
{
border-color: #E0C90C;
}
.TagClassName
{
border-color: #E0C90C;
}
</style>