Shades of Sunflower #E2C00F
Tints of Sunflower #E2C00F
RGB
CMYK
RGB Variations
Color information
#E2C00F (or 0xE2C00F) is known color: Sunflower. HEX triplet: E2, C0 and 0F. RGB value is (226,192,15). Sum of RGB (Red+Green+Blue) = 226+192+15=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C00F is #1D3FF0. Grayscale: #B6B6B6. Windows color (decimal): -1916913 or 1032418. OLE color: 1032418.
HSL color Cylindrical-coordinate representation of color #E2C00F: hue angle of 50.33º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2C00F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.11 |
| HSL | 50.33º | 0.88% | 0.47% | - |
| HSV(B) | 50.33º | 0.93% | 0.89% | - |
| XYZ | 50.3 | 53.9 | 8.21 | - |
| YUV | 181.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 15 | 0 | 0.15 | 0.93 | 0.11 | 50.33 | 0.88 | 0.47 |
| Hex | E2 | C0 | F | 0 | F | 5D | B | 32 | 58 | 2F |
| Octal | 342 | 300 | 17 | 0 | 17 | 135 | 13 | 62 | 130 | 57 |
| Binary | 11100010 | 11000000 | 1111 | 0 | 1111 | 1011101 | 1011 | 110010 | 1011000 | 101111 |
Color Harmonies of #E2C00F
Complementary color
Monochromatic Colors of #E2C00F
Black with #E2C00F
Text Example
Text Example
White with #E2C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C00F; }
p { color: rgb(226,192,15); }
H1.HeaderClassName
{
color: #E2C00F;
}
.AnyTagClassName
{
color: #E2C00F;
}
</style>
background-color css
<style>
a { background-color: #E2C00F; }
a { background-color: rgb(226,192,15); }
div.DivClassName
{
background-color: #E2C00F;
}
.BgClassName
{
background-color: #E2C00F;
}
</style>
border-color css
<style>
span { border-color: #E2C00F; }
span { border-color: rgb(226,192,15); }
td.TdClassName
{
border-color: #E2C00F;
}
.TagClassName
{
border-color: #E2C00F;
}
</style>