Shades of Sunflower #E2CC14
Tints of Sunflower #E2CC14
RGB
CMYK
RGB Variations
Color information
#E2CC14 (or 0xE2CC14) is known color: Sunflower. HEX triplet: E2, CC and 14. RGB value is (226,204,20). Sum of RGB (Red+Green+Blue) = 226+204+20=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CC14 is #1D33EB. Grayscale: #BEBEBE. Windows color (decimal): -1913836 or 1363170. OLE color: 1363170.
HSL color Cylindrical-coordinate representation of color #E2CC14: hue angle of 53.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2CC14 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 20 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.11 |
| HSL | 53.59º | 0.84% | 0.48% | - |
| HSV(B) | 53.59º | 0.91% | 0.89% | - |
| XYZ | 53.08 | 59.4 | 9.33 | - |
| YUV | 189.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 20 | 0 | 0.10 | 0.91 | 0.11 | 53.59 | 0.84 | 0.48 |
| Hex | E2 | CC | 14 | 0 | A | 5B | B | 36 | 54 | 30 |
| Octal | 342 | 314 | 24 | 0 | 12 | 133 | 13 | 66 | 124 | 60 |
| Binary | 11100010 | 11001100 | 10100 | 0 | 1010 | 1011011 | 1011 | 110110 | 1010100 | 110000 |
Color Harmonies of #E2CC14
Complementary color
Monochromatic Colors of #E2CC14
Black with #E2CC14
Text Example
Text Example
White with #E2CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC14; }
p { color: rgb(226,204,20); }
H1.HeaderClassName
{
color: #E2CC14;
}
.AnyTagClassName
{
color: #E2CC14;
}
</style>
background-color css
<style>
a { background-color: #E2CC14; }
a { background-color: rgb(226,204,20); }
div.DivClassName
{
background-color: #E2CC14;
}
.BgClassName
{
background-color: #E2CC14;
}
</style>
border-color css
<style>
span { border-color: #E2CC14; }
span { border-color: rgb(226,204,20); }
td.TdClassName
{
border-color: #E2CC14;
}
.TagClassName
{
border-color: #E2CC14;
}
</style>