Shades of Sunflower #E3CF16
Tints of Sunflower #E3CF16
RGB
CMYK
RGB Variations
Color information
#E3CF16 (or 0xE3CF16) is known color: Sunflower. HEX triplet: E3, CF and 16. RGB value is (227,207,22). Sum of RGB (Red+Green+Blue) = 227+207+22=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CF16 is #1C30E9. Grayscale: #C0C0C0. Windows color (decimal): -1847530 or 1495011. OLE color: 1495011.
HSL color Cylindrical-coordinate representation of color #E3CF16: hue angle of 54.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3CF16 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 22 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.11 |
| HSL | 54.15º | 0.82% | 0.49% | - |
| HSV(B) | 54.15º | 0.9% | 0.89% | - |
| XYZ | 54.14 | 61.01 | 9.68 | - |
| YUV | 191.89 | 32.13 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 22 | 0 | 0.09 | 0.90 | 0.11 | 54.15 | 0.82 | 0.49 |
| Hex | E3 | CF | 16 | 0 | 9 | 5A | B | 36 | 52 | 31 |
| Octal | 343 | 317 | 26 | 0 | 11 | 132 | 13 | 66 | 122 | 61 |
| Binary | 11100011 | 11001111 | 10110 | 0 | 1001 | 1011010 | 1011 | 110110 | 1010010 | 110001 |
Color Harmonies of #E3CF16
Complementary color
Monochromatic Colors of #E3CF16
Black with #E3CF16
Text Example
Text Example
White with #E3CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF16; }
p { color: rgb(227,207,22); }
H1.HeaderClassName
{
color: #E3CF16;
}
.AnyTagClassName
{
color: #E3CF16;
}
</style>
background-color css
<style>
a { background-color: #E3CF16; }
a { background-color: rgb(227,207,22); }
div.DivClassName
{
background-color: #E3CF16;
}
.BgClassName
{
background-color: #E3CF16;
}
</style>
border-color css
<style>
span { border-color: #E3CF16; }
span { border-color: rgb(227,207,22); }
td.TdClassName
{
border-color: #E3CF16;
}
.TagClassName
{
border-color: #E3CF16;
}
</style>