Shades of Sunflower #E6C210
Tints of Sunflower #E6C210
RGB
CMYK
RGB Variations
Color information
#E6C210 (or 0xE6C210) is known color: Sunflower. HEX triplet: E6, C2 and 10. RGB value is (230,194,16). Sum of RGB (Red+Green+Blue) = 230+194+16=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C210 is #193DEF. Grayscale: #B9B9B9. Windows color (decimal): -1654256 or 1098470. OLE color: 1098470.
HSL color Cylindrical-coordinate representation of color #E6C210: hue angle of 49.91º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6C210 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.10 |
| HSL | 49.91º | 0.87% | 0.48% | - |
| HSV(B) | 49.91º | 0.93% | 0.9% | - |
| XYZ | 52.02 | 55.44 | 8.45 | - |
| YUV | 184.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 16 | 0 | 0.16 | 0.93 | 0.10 | 49.91 | 0.87 | 0.48 |
| Hex | E6 | C2 | 10 | 0 | 10 | 5D | A | 32 | 57 | 30 |
| Octal | 346 | 302 | 20 | 0 | 20 | 135 | 12 | 62 | 127 | 60 |
| Binary | 11100110 | 11000010 | 10000 | 0 | 10000 | 1011101 | 1010 | 110010 | 1010111 | 110000 |
Color Harmonies of #E6C210
Complementary color
Monochromatic Colors of #E6C210
Black with #E6C210
Text Example
Text Example
White with #E6C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C210; }
p { color: rgb(230,194,16); }
H1.HeaderClassName
{
color: #E6C210;
}
.AnyTagClassName
{
color: #E6C210;
}
</style>
background-color css
<style>
a { background-color: #E6C210; }
a { background-color: rgb(230,194,16); }
div.DivClassName
{
background-color: #E6C210;
}
.BgClassName
{
background-color: #E6C210;
}
</style>
border-color css
<style>
span { border-color: #E6C210; }
span { border-color: rgb(230,194,16); }
td.TdClassName
{
border-color: #E6C210;
}
.TagClassName
{
border-color: #E6C210;
}
</style>