Shades of Sunflower #E8C30E
Tints of Sunflower #E8C30E
RGB
CMYK
RGB Variations
Color information
#E8C30E (or 0xE8C30E) is known color: Sunflower. HEX triplet: E8, C3 and 0E. RGB value is (232,195,14). Sum of RGB (Red+Green+Blue) = 232+195+14=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C30E is #173CF1. Grayscale: #BABABA. Windows color (decimal): -1522930 or 967656. OLE color: 967656.
HSL color Cylindrical-coordinate representation of color #E8C30E: hue angle of 49.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8C30E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.09 |
| HSL | 49.82º | 0.89% | 0.48% | - |
| HSV(B) | 49.82º | 0.94% | 0.91% | - |
| XYZ | 52.87 | 56.22 | 8.48 | - |
| YUV | 185.43 | 31.26 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 14 | 0 | 0.16 | 0.94 | 0.09 | 49.82 | 0.89 | 0.48 |
| Hex | E8 | C3 | E | 0 | 10 | 5E | 9 | 32 | 59 | 30 |
| Octal | 350 | 303 | 16 | 0 | 20 | 136 | 11 | 62 | 131 | 60 |
| Binary | 11101000 | 11000011 | 1110 | 0 | 10000 | 1011110 | 1001 | 110010 | 1011001 | 110000 |
Color Harmonies of #E8C30E
Complementary color
Monochromatic Colors of #E8C30E
Black with #E8C30E
Text Example
Text Example
White with #E8C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C30E; }
p { color: rgb(232,195,14); }
H1.HeaderClassName
{
color: #E8C30E;
}
.AnyTagClassName
{
color: #E8C30E;
}
</style>
background-color css
<style>
a { background-color: #E8C30E; }
a { background-color: rgb(232,195,14); }
div.DivClassName
{
background-color: #E8C30E;
}
.BgClassName
{
background-color: #E8C30E;
}
</style>
border-color css
<style>
span { border-color: #E8C30E; }
span { border-color: rgb(232,195,14); }
td.TdClassName
{
border-color: #E8C30E;
}
.TagClassName
{
border-color: #E8C30E;
}
</style>