Shades of Sunflower #E6C30E
Tints of Sunflower #E6C30E
RGB
CMYK
RGB Variations
Color information
#E6C30E (or 0xE6C30E) is known color: Sunflower. HEX triplet: E6, C3 and 0E. RGB value is (230,195,14). Sum of RGB (Red+Green+Blue) = 230+195+14=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6C30E is #193CF1. Grayscale: #B9B9B9. Windows color (decimal): -1654002 or 967654. OLE color: 967654.
HSL color Cylindrical-coordinate representation of color #E6C30E: hue angle of 50.28º 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 #E6C30E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.10 |
| HSL | 50.28º | 0.89% | 0.48% | - |
| HSV(B) | 50.28º | 0.94% | 0.9% | - |
| XYZ | 52.23 | 55.88 | 8.45 | - |
| YUV | 184.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 14 | 0 | 0.15 | 0.94 | 0.10 | 50.28 | 0.89 | 0.48 |
| Hex | E6 | C3 | E | 0 | F | 5E | A | 32 | 59 | 30 |
| Octal | 346 | 303 | 16 | 0 | 17 | 136 | 12 | 62 | 131 | 60 |
| Binary | 11100110 | 11000011 | 1110 | 0 | 1111 | 1011110 | 1010 | 110010 | 1011001 | 110000 |
Color Harmonies of #E6C30E
Complementary color
Monochromatic Colors of #E6C30E
Black with #E6C30E
Text Example
Text Example
White with #E6C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C30E; }
p { color: rgb(230,195,14); }
H1.HeaderClassName
{
color: #E6C30E;
}
.AnyTagClassName
{
color: #E6C30E;
}
</style>
background-color css
<style>
a { background-color: #E6C30E; }
a { background-color: rgb(230,195,14); }
div.DivClassName
{
background-color: #E6C30E;
}
.BgClassName
{
background-color: #E6C30E;
}
</style>
border-color css
<style>
span { border-color: #E6C30E; }
span { border-color: rgb(230,195,14); }
td.TdClassName
{
border-color: #E6C30E;
}
.TagClassName
{
border-color: #E6C30E;
}
</style>