Shades of Sunflower #E6C40E
Tints of Sunflower #E6C40E
RGB
CMYK
RGB Variations
Color information
#E6C40E (or 0xE6C40E) is known color: Sunflower. HEX triplet: E6, C4 and 0E. RGB value is (230,196,14). Sum of RGB (Red+Green+Blue) = 230+196+14=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C40E is #193BF1. Grayscale: #BABABA. Windows color (decimal): -1653746 or 967910. OLE color: 967910.
HSL color Cylindrical-coordinate representation of color #E6C40E: hue angle of 50.56º 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 #E6C40E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.10 |
| HSL | 50.56º | 0.89% | 0.48% | - |
| HSV(B) | 50.56º | 0.94% | 0.9% | - |
| XYZ | 52.45 | 56.33 | 8.52 | - |
| YUV | 185.42 | 31.26 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 14 | 0 | 0.15 | 0.94 | 0.10 | 50.56 | 0.89 | 0.48 |
| Hex | E6 | C4 | E | 0 | F | 5E | A | 33 | 59 | 30 |
| Octal | 346 | 304 | 16 | 0 | 17 | 136 | 12 | 63 | 131 | 60 |
| Binary | 11100110 | 11000100 | 1110 | 0 | 1111 | 1011110 | 1010 | 110011 | 1011001 | 110000 |
Color Harmonies of #E6C40E
Complementary color
Monochromatic Colors of #E6C40E
Black with #E6C40E
Text Example
Text Example
White with #E6C40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C40E; }
p { color: rgb(230,196,14); }
H1.HeaderClassName
{
color: #E6C40E;
}
.AnyTagClassName
{
color: #E6C40E;
}
</style>
background-color css
<style>
a { background-color: #E6C40E; }
a { background-color: rgb(230,196,14); }
div.DivClassName
{
background-color: #E6C40E;
}
.BgClassName
{
background-color: #E6C40E;
}
</style>
border-color css
<style>
span { border-color: #E6C40E; }
span { border-color: rgb(230,196,14); }
td.TdClassName
{
border-color: #E6C40E;
}
.TagClassName
{
border-color: #E6C40E;
}
</style>