Shades of Sunflower #E2CE06
Tints of Sunflower #E2CE06
RGB
CMYK
RGB Variations
Color information
#E2CE06 (or 0xE2CE06) is known color: Sunflower. HEX triplet: E2, CE and 06. RGB value is (226,206,6). Sum of RGB (Red+Green+Blue) = 226+206+6=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CE06 is #1D31F9. Grayscale: #BDBDBD. Windows color (decimal): -1913338 or 446178. OLE color: 446178.
HSL color Cylindrical-coordinate representation of color #E2CE06: hue angle of 54.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2CE06 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.11 |
| HSL | 54.55º | 0.95% | 0.45% | - |
| HSV(B) | 54.55º | 0.97% | 0.89% | - |
| XYZ | 53.47 | 60.32 | 9 | - |
| YUV | 189.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 6 | 0 | 0.09 | 0.97 | 0.11 | 54.55 | 0.95 | 0.45 |
| Hex | E2 | CE | 6 | 0 | 9 | 61 | B | 37 | 5F | 2D |
| Octal | 342 | 316 | 6 | 0 | 11 | 141 | 13 | 67 | 137 | 55 |
| Binary | 11100010 | 11001110 | 110 | 0 | 1001 | 1100001 | 1011 | 110111 | 1011111 | 101101 |
Color Harmonies of #E2CE06
Complementary color
Monochromatic Colors of #E2CE06
Black with #E2CE06
Text Example
Text Example
White with #E2CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE06; }
p { color: rgb(226,206,6); }
H1.HeaderClassName
{
color: #E2CE06;
}
.AnyTagClassName
{
color: #E2CE06;
}
</style>
background-color css
<style>
a { background-color: #E2CE06; }
a { background-color: rgb(226,206,6); }
div.DivClassName
{
background-color: #E2CE06;
}
.BgClassName
{
background-color: #E2CE06;
}
</style>
border-color css
<style>
span { border-color: #E2CE06; }
span { border-color: rgb(226,206,6); }
td.TdClassName
{
border-color: #E2CE06;
}
.TagClassName
{
border-color: #E2CE06;
}
</style>