Shades of Sunflower #E6D10E
Tints of Sunflower #E6D10E
RGB
CMYK
RGB Variations
Color information
#E6D10E (or 0xE6D10E) is known color: Sunflower. HEX triplet: E6, D1 and 0E. RGB value is (230,209,14). Sum of RGB (Red+Green+Blue) = 230+209+14=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D10E is #192EF1. Grayscale: #C1C1C1. Windows color (decimal): -1650418 or 971238. OLE color: 971238.
HSL color Cylindrical-coordinate representation of color #E6D10E: hue angle of 54.17º 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 #E6D10E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.10 |
| HSL | 54.17º | 0.89% | 0.48% | - |
| HSV(B) | 54.17º | 0.94% | 0.9% | - |
| XYZ | 55.51 | 62.46 | 9.54 | - |
| YUV | 193.05 | 26.96 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 14 | 0 | 0.09 | 0.94 | 0.10 | 54.17 | 0.89 | 0.48 |
| Hex | E6 | D1 | E | 0 | 9 | 5E | A | 36 | 59 | 30 |
| Octal | 346 | 321 | 16 | 0 | 11 | 136 | 12 | 66 | 131 | 60 |
| Binary | 11100110 | 11010001 | 1110 | 0 | 1001 | 1011110 | 1010 | 110110 | 1011001 | 110000 |
Color Harmonies of #E6D10E
Complementary color
Monochromatic Colors of #E6D10E
Black with #E6D10E
Text Example
Text Example
White with #E6D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D10E; }
p { color: rgb(230,209,14); }
H1.HeaderClassName
{
color: #E6D10E;
}
.AnyTagClassName
{
color: #E6D10E;
}
</style>
background-color css
<style>
a { background-color: #E6D10E; }
a { background-color: rgb(230,209,14); }
div.DivClassName
{
background-color: #E6D10E;
}
.BgClassName
{
background-color: #E6D10E;
}
</style>
border-color css
<style>
span { border-color: #E6D10E; }
span { border-color: rgb(230,209,14); }
td.TdClassName
{
border-color: #E6D10E;
}
.TagClassName
{
border-color: #E6D10E;
}
</style>