Shades of Sunflower #E5C90D
Tints of Sunflower #E5C90D
RGB
CMYK
RGB Variations
Color information
#E5C90D (or 0xE5C90D) is known color: Sunflower. HEX triplet: E5, C9 and 0D. RGB value is (229,201,13). Sum of RGB (Red+Green+Blue) = 229+201+13=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C90D is #1A36F2. Grayscale: #BCBCBC. Windows color (decimal): -1718003 or 903653. OLE color: 903653.
HSL color Cylindrical-coordinate representation of color #E5C90D: hue angle of 52.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5C90D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.10 |
| HSL | 52.22º | 0.89% | 0.47% | - |
| HSV(B) | 52.22º | 0.94% | 0.9% | - |
| XYZ | 53.27 | 58.46 | 8.86 | - |
| YUV | 187.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 13 | 0 | 0.12 | 0.94 | 0.10 | 52.22 | 0.89 | 0.47 |
| Hex | E5 | C9 | D | 0 | C | 5E | A | 34 | 59 | 2F |
| Octal | 345 | 311 | 15 | 0 | 14 | 136 | 12 | 64 | 131 | 57 |
| Binary | 11100101 | 11001001 | 1101 | 0 | 1100 | 1011110 | 1010 | 110100 | 1011001 | 101111 |
Color Harmonies of #E5C90D
Complementary color
Monochromatic Colors of #E5C90D
Black with #E5C90D
Text Example
Text Example
White with #E5C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C90D; }
p { color: rgb(229,201,13); }
H1.HeaderClassName
{
color: #E5C90D;
}
.AnyTagClassName
{
color: #E5C90D;
}
</style>
background-color css
<style>
a { background-color: #E5C90D; }
a { background-color: rgb(229,201,13); }
div.DivClassName
{
background-color: #E5C90D;
}
.BgClassName
{
background-color: #E5C90D;
}
</style>
border-color css
<style>
span { border-color: #E5C90D; }
span { border-color: rgb(229,201,13); }
td.TdClassName
{
border-color: #E5C90D;
}
.TagClassName
{
border-color: #E5C90D;
}
</style>