Shades of Sunflower #E4CF14
Tints of Sunflower #E4CF14
RGB
CMYK
RGB Variations
Color information
#E4CF14 (or 0xE4CF14) is known color: Sunflower. HEX triplet: E4, CF and 14. RGB value is (228,207,20). Sum of RGB (Red+Green+Blue) = 228+207+20=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CF14 is #1B30EB. Grayscale: #C0C0C0. Windows color (decimal): -1781996 or 1363940. OLE color: 1363940.
HSL color Cylindrical-coordinate representation of color #E4CF14: hue angle of 53.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4CF14 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 20 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.11 |
| HSL | 53.94º | 0.84% | 0.49% | - |
| HSV(B) | 53.94º | 0.91% | 0.89% | - |
| XYZ | 54.43 | 61.17 | 9.6 | - |
| YUV | 191.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 20 | 0 | 0.09 | 0.91 | 0.11 | 53.94 | 0.84 | 0.49 |
| Hex | E4 | CF | 14 | 0 | 9 | 5B | B | 36 | 54 | 31 |
| Octal | 344 | 317 | 24 | 0 | 11 | 133 | 13 | 66 | 124 | 61 |
| Binary | 11100100 | 11001111 | 10100 | 0 | 1001 | 1011011 | 1011 | 110110 | 1010100 | 110001 |
Color Harmonies of #E4CF14
Complementary color
Monochromatic Colors of #E4CF14
Black with #E4CF14
Text Example
Text Example
White with #E4CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF14; }
p { color: rgb(228,207,20); }
H1.HeaderClassName
{
color: #E4CF14;
}
.AnyTagClassName
{
color: #E4CF14;
}
</style>
background-color css
<style>
a { background-color: #E4CF14; }
a { background-color: rgb(228,207,20); }
div.DivClassName
{
background-color: #E4CF14;
}
.BgClassName
{
background-color: #E4CF14;
}
</style>
border-color css
<style>
span { border-color: #E4CF14; }
span { border-color: rgb(228,207,20); }
td.TdClassName
{
border-color: #E4CF14;
}
.TagClassName
{
border-color: #E4CF14;
}
</style>