Shades of Sunflower #E4CF0F
Tints of Sunflower #E4CF0F
RGB
CMYK
RGB Variations
Color information
#E4CF0F (or 0xE4CF0F) is known color: Sunflower. HEX triplet: E4, CF and 0F. RGB value is (228,207,15). Sum of RGB (Red+Green+Blue) = 228+207+15=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CF0F is #1B30F0. Grayscale: #C0C0C0. Windows color (decimal): -1782001 or 1036260. OLE color: 1036260.
HSL color Cylindrical-coordinate representation of color #E4CF0F: hue angle of 54.08º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4CF0F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 207 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.11 |
| HSL | 54.08º | 0.88% | 0.48% | - |
| HSV(B) | 54.08º | 0.93% | 0.89% | - |
| XYZ | 54.39 | 61.15 | 9.39 | - |
| YUV | 191.39 | 28.46 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 15 | 0 | 0.09 | 0.93 | 0.11 | 54.08 | 0.88 | 0.48 |
| Hex | E4 | CF | F | 0 | 9 | 5D | B | 36 | 58 | 30 |
| Octal | 344 | 317 | 17 | 0 | 11 | 135 | 13 | 66 | 130 | 60 |
| Binary | 11100100 | 11001111 | 1111 | 0 | 1001 | 1011101 | 1011 | 110110 | 1011000 | 110000 |
Color Harmonies of #E4CF0F
Complementary color
Monochromatic Colors of #E4CF0F
Black with #E4CF0F
Text Example
Text Example
White with #E4CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CF0F; }
p { color: rgb(228,207,15); }
H1.HeaderClassName
{
color: #E4CF0F;
}
.AnyTagClassName
{
color: #E4CF0F;
}
</style>
background-color css
<style>
a { background-color: #E4CF0F; }
a { background-color: rgb(228,207,15); }
div.DivClassName
{
background-color: #E4CF0F;
}
.BgClassName
{
background-color: #E4CF0F;
}
</style>
border-color css
<style>
span { border-color: #E4CF0F; }
span { border-color: rgb(228,207,15); }
td.TdClassName
{
border-color: #E4CF0F;
}
.TagClassName
{
border-color: #E4CF0F;
}
</style>