Shades of Sunflower #E6CF0E
Tints of Sunflower #E6CF0E
RGB
CMYK
RGB Variations
Color information
#E6CF0E (or 0xE6CF0E) is known color: Sunflower. HEX triplet: E6, CF and 0E. RGB value is (230,207,14). Sum of RGB (Red+Green+Blue) = 230+207+14=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CF0E is #1930F1. Grayscale: #C0C0C0. Windows color (decimal): -1650930 or 970726. OLE color: 970726.
HSL color Cylindrical-coordinate representation of color #E6CF0E: hue angle of 53.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6CF0E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.10 |
| HSL | 53.61º | 0.89% | 0.48% | - |
| HSV(B) | 53.61º | 0.94% | 0.9% | - |
| XYZ | 55.03 | 61.48 | 9.38 | - |
| YUV | 191.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 14 | 0 | 0.10 | 0.94 | 0.10 | 53.61 | 0.89 | 0.48 |
| Hex | E6 | CF | E | 0 | A | 5E | A | 36 | 59 | 30 |
| Octal | 346 | 317 | 16 | 0 | 12 | 136 | 12 | 66 | 131 | 60 |
| Binary | 11100110 | 11001111 | 1110 | 0 | 1010 | 1011110 | 1010 | 110110 | 1011001 | 110000 |
Color Harmonies of #E6CF0E
Complementary color
Monochromatic Colors of #E6CF0E
Black with #E6CF0E
Text Example
Text Example
White with #E6CF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF0E; }
p { color: rgb(230,207,14); }
H1.HeaderClassName
{
color: #E6CF0E;
}
.AnyTagClassName
{
color: #E6CF0E;
}
</style>
background-color css
<style>
a { background-color: #E6CF0E; }
a { background-color: rgb(230,207,14); }
div.DivClassName
{
background-color: #E6CF0E;
}
.BgClassName
{
background-color: #E6CF0E;
}
</style>
border-color css
<style>
span { border-color: #E6CF0E; }
span { border-color: rgb(230,207,14); }
td.TdClassName
{
border-color: #E6CF0E;
}
.TagClassName
{
border-color: #E6CF0E;
}
</style>