Shades of Sunflower #E5CF0E
Tints of Sunflower #E5CF0E
RGB
CMYK
RGB Variations
Color information
#E5CF0E (or 0xE5CF0E) is known color: Sunflower. HEX triplet: E5, CF and 0E. RGB value is (229,207,14). Sum of RGB (Red+Green+Blue) = 229+207+14=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF0E is #1A30F1. Grayscale: #C0C0C0. Windows color (decimal): -1716466 or 970725. OLE color: 970725.
HSL color Cylindrical-coordinate representation of color #E5CF0E: hue angle of 53.86º 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 #E5CF0E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.10 |
| HSL | 53.86º | 0.88% | 0.48% | - |
| HSV(B) | 53.86º | 0.94% | 0.9% | - |
| XYZ | 54.71 | 61.32 | 9.37 | - |
| YUV | 191.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 14 | 0 | 0.10 | 0.94 | 0.10 | 53.86 | 0.88 | 0.48 |
| Hex | E5 | CF | E | 0 | A | 5E | A | 36 | 58 | 30 |
| Octal | 345 | 317 | 16 | 0 | 12 | 136 | 12 | 66 | 130 | 60 |
| Binary | 11100101 | 11001111 | 1110 | 0 | 1010 | 1011110 | 1010 | 110110 | 1011000 | 110000 |
Color Harmonies of #E5CF0E
Complementary color
Monochromatic Colors of #E5CF0E
Black with #E5CF0E
Text Example
Text Example
White with #E5CF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF0E; }
p { color: rgb(229,207,14); }
H1.HeaderClassName
{
color: #E5CF0E;
}
.AnyTagClassName
{
color: #E5CF0E;
}
</style>
background-color css
<style>
a { background-color: #E5CF0E; }
a { background-color: rgb(229,207,14); }
div.DivClassName
{
background-color: #E5CF0E;
}
.BgClassName
{
background-color: #E5CF0E;
}
</style>
border-color css
<style>
span { border-color: #E5CF0E; }
span { border-color: rgb(229,207,14); }
td.TdClassName
{
border-color: #E5CF0E;
}
.TagClassName
{
border-color: #E5CF0E;
}
</style>