Shades of Sunflower #E3C114
Tints of Sunflower #E3C114
RGB
CMYK
RGB Variations
Color information
#E3C114 (or 0xE3C114) is known color: Sunflower. HEX triplet: E3, C1 and 14. RGB value is (227,193,20). Sum of RGB (Red+Green+Blue) = 227+193+20=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C114 is #1C3EEB. Grayscale: #B8B8B8. Windows color (decimal): -1851116 or 1360355. OLE color: 1360355.
HSL color Cylindrical-coordinate representation of color #E3C114: hue angle of 50.14º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3C114 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.11 |
| HSL | 50.14º | 0.84% | 0.48% | - |
| HSV(B) | 50.14º | 0.91% | 0.89% | - |
| XYZ | 50.87 | 54.52 | 8.5 | - |
| YUV | 183.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 20 | 0 | 0.15 | 0.91 | 0.11 | 50.14 | 0.84 | 0.48 |
| Hex | E3 | C1 | 14 | 0 | F | 5B | B | 32 | 54 | 30 |
| Octal | 343 | 301 | 24 | 0 | 17 | 133 | 13 | 62 | 124 | 60 |
| Binary | 11100011 | 11000001 | 10100 | 0 | 1111 | 1011011 | 1011 | 110010 | 1010100 | 110000 |
Color Harmonies of #E3C114
Complementary color
Monochromatic Colors of #E3C114
Black with #E3C114
Text Example
Text Example
White with #E3C114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C114; }
p { color: rgb(227,193,20); }
H1.HeaderClassName
{
color: #E3C114;
}
.AnyTagClassName
{
color: #E3C114;
}
</style>
background-color css
<style>
a { background-color: #E3C114; }
a { background-color: rgb(227,193,20); }
div.DivClassName
{
background-color: #E3C114;
}
.BgClassName
{
background-color: #E3C114;
}
</style>
border-color css
<style>
span { border-color: #E3C114; }
span { border-color: rgb(227,193,20); }
td.TdClassName
{
border-color: #E3C114;
}
.TagClassName
{
border-color: #E3C114;
}
</style>