Shades of Sunflower #E5CF0C
Tints of Sunflower #E5CF0C
RGB
CMYK
RGB Variations
Color information
#E5CF0C (or 0xE5CF0C) is known color: Sunflower. HEX triplet: E5, CF and 0C. RGB value is (229,207,12). Sum of RGB (Red+Green+Blue) = 229+207+12=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF0C is #1A30F3. Grayscale: #C0C0C0. Windows color (decimal): -1716468 or 839653. OLE color: 839653.
HSL color Cylindrical-coordinate representation of color #E5CF0C: hue angle of 53.92º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5CF0C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.10 |
| HSL | 53.92º | 0.9% | 0.47% | - |
| HSV(B) | 53.92º | 0.95% | 0.9% | - |
| XYZ | 54.69 | 61.31 | 9.3 | - |
| YUV | 191.35 | 26.79 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 12 | 0 | 0.10 | 0.95 | 0.10 | 53.92 | 0.9 | 0.47 |
| Hex | E5 | CF | C | 0 | A | 5F | A | 36 | 5A | 2F |
| Octal | 345 | 317 | 14 | 0 | 12 | 137 | 12 | 66 | 132 | 57 |
| Binary | 11100101 | 11001111 | 1100 | 0 | 1010 | 1011111 | 1010 | 110110 | 1011010 | 101111 |
Color Harmonies of #E5CF0C
Complementary color
Monochromatic Colors of #E5CF0C
Black with #E5CF0C
Text Example
Text Example
White with #E5CF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF0C; }
p { color: rgb(229,207,12); }
H1.HeaderClassName
{
color: #E5CF0C;
}
.AnyTagClassName
{
color: #E5CF0C;
}
</style>
background-color css
<style>
a { background-color: #E5CF0C; }
a { background-color: rgb(229,207,12); }
div.DivClassName
{
background-color: #E5CF0C;
}
.BgClassName
{
background-color: #E5CF0C;
}
</style>
border-color css
<style>
span { border-color: #E5CF0C; }
span { border-color: rgb(229,207,12); }
td.TdClassName
{
border-color: #E5CF0C;
}
.TagClassName
{
border-color: #E5CF0C;
}
</style>