Shades of Sunflower #E5C10E
Tints of Sunflower #E5C10E
RGB
CMYK
RGB Variations
Color information
#E5C10E (or 0xE5C10E) is known color: Sunflower. HEX triplet: E5, C1 and 0E. RGB value is (229,193,14). Sum of RGB (Red+Green+Blue) = 229+193+14=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C10E is #1A3EF1. Grayscale: #B8B8B8. Windows color (decimal): -1720050 or 967141. OLE color: 967141.
HSL color Cylindrical-coordinate representation of color #E5C10E: hue angle of 49.95º degrees, saturation: 0.88, 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 #E5C10E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.10 |
| HSL | 49.95º | 0.88% | 0.48% | - |
| HSV(B) | 49.95º | 0.94% | 0.9% | - |
| XYZ | 51.46 | 54.83 | 8.29 | - |
| YUV | 183.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 14 | 0 | 0.16 | 0.94 | 0.10 | 49.95 | 0.88 | 0.48 |
| Hex | E5 | C1 | E | 0 | 10 | 5E | A | 32 | 58 | 30 |
| Octal | 345 | 301 | 16 | 0 | 20 | 136 | 12 | 62 | 130 | 60 |
| Binary | 11100101 | 11000001 | 1110 | 0 | 10000 | 1011110 | 1010 | 110010 | 1011000 | 110000 |
Color Harmonies of #E5C10E
Complementary color
Monochromatic Colors of #E5C10E
Black with #E5C10E
Text Example
Text Example
White with #E5C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C10E; }
p { color: rgb(229,193,14); }
H1.HeaderClassName
{
color: #E5C10E;
}
.AnyTagClassName
{
color: #E5C10E;
}
</style>
background-color css
<style>
a { background-color: #E5C10E; }
a { background-color: rgb(229,193,14); }
div.DivClassName
{
background-color: #E5C10E;
}
.BgClassName
{
background-color: #E5C10E;
}
</style>
border-color css
<style>
span { border-color: #E5C10E; }
span { border-color: rgb(229,193,14); }
td.TdClassName
{
border-color: #E5C10E;
}
.TagClassName
{
border-color: #E5C10E;
}
</style>