Shades of Sunflower #E2CE10
Tints of Sunflower #E2CE10
RGB
CMYK
RGB Variations
Color information
#E2CE10 (or 0xE2CE10) is known color: Sunflower. HEX triplet: E2, CE and 10. RGB value is (226,206,16). Sum of RGB (Red+Green+Blue) = 226+206+16=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CE10 is #1D31EF. Grayscale: #BFBFBF. Windows color (decimal): -1913328 or 1101538. OLE color: 1101538.
HSL color Cylindrical-coordinate representation of color #E2CE10: hue angle of 54.29º degrees, saturation: 0.87, 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 #E2CE10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.11 |
| HSL | 54.29º | 0.87% | 0.47% | - |
| HSV(B) | 54.29º | 0.93% | 0.89% | - |
| XYZ | 53.53 | 60.35 | 9.32 | - |
| YUV | 190.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 16 | 0 | 0.09 | 0.93 | 0.11 | 54.29 | 0.87 | 0.47 |
| Hex | E2 | CE | 10 | 0 | 9 | 5D | B | 36 | 57 | 2F |
| Octal | 342 | 316 | 20 | 0 | 11 | 135 | 13 | 66 | 127 | 57 |
| Binary | 11100010 | 11001110 | 10000 | 0 | 1001 | 1011101 | 1011 | 110110 | 1010111 | 101111 |
Color Harmonies of #E2CE10
Complementary color
Monochromatic Colors of #E2CE10
Black with #E2CE10
Text Example
Text Example
White with #E2CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE10; }
p { color: rgb(226,206,16); }
H1.HeaderClassName
{
color: #E2CE10;
}
.AnyTagClassName
{
color: #E2CE10;
}
</style>
background-color css
<style>
a { background-color: #E2CE10; }
a { background-color: rgb(226,206,16); }
div.DivClassName
{
background-color: #E2CE10;
}
.BgClassName
{
background-color: #E2CE10;
}
</style>
border-color css
<style>
span { border-color: #E2CE10; }
span { border-color: rgb(226,206,16); }
td.TdClassName
{
border-color: #E2CE10;
}
.TagClassName
{
border-color: #E2CE10;
}
</style>