Shades of Sunflower #E3D50E
Tints of Sunflower #E3D50E
RGB
CMYK
RGB Variations
Color information
#E3D50E (or 0xE3D50E) is known color: Sunflower. HEX triplet: E3, D5 and 0E. RGB value is (227,213,14). Sum of RGB (Red+Green+Blue) = 227+213+14=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3D50E is #1C2AF1. Grayscale: #C3C3C3. Windows color (decimal): -1846002 or 972259. OLE color: 972259.
HSL color Cylindrical-coordinate representation of color #E3D50E: hue angle of 56.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3D50E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.11 |
| HSL | 56.06º | 0.88% | 0.47% | - |
| HSV(B) | 56.06º | 0.94% | 0.89% | - |
| XYZ | 55.55 | 63.95 | 9.83 | - |
| YUV | 194.5 | 26.14 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 14 | 0 | 0.06 | 0.94 | 0.11 | 56.06 | 0.88 | 0.47 |
| Hex | E3 | D5 | E | 0 | 6 | 5E | B | 38 | 58 | 2F |
| Octal | 343 | 325 | 16 | 0 | 6 | 136 | 13 | 70 | 130 | 57 |
| Binary | 11100011 | 11010101 | 1110 | 0 | 110 | 1011110 | 1011 | 111000 | 1011000 | 101111 |
Color Harmonies of #E3D50E
Complementary color
Monochromatic Colors of #E3D50E
Black with #E3D50E
Text Example
Text Example
White with #E3D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D50E; }
p { color: rgb(227,213,14); }
H1.HeaderClassName
{
color: #E3D50E;
}
.AnyTagClassName
{
color: #E3D50E;
}
</style>
background-color css
<style>
a { background-color: #E3D50E; }
a { background-color: rgb(227,213,14); }
div.DivClassName
{
background-color: #E3D50E;
}
.BgClassName
{
background-color: #E3D50E;
}
</style>
border-color css
<style>
span { border-color: #E3D50E; }
span { border-color: rgb(227,213,14); }
td.TdClassName
{
border-color: #E3D50E;
}
.TagClassName
{
border-color: #E3D50E;
}
</style>