Shades of Sunflower #E5C10D
Tints of Sunflower #E5C10D
RGB
CMYK
RGB Variations
Color information
#E5C10D (or 0xE5C10D) is known color: Sunflower. HEX triplet: E5, C1 and 0D. RGB value is (229,193,13). Sum of RGB (Red+Green+Blue) = 229+193+13=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C10D is #1A3EF2. Grayscale: #B8B8B8. Windows color (decimal): -1720051 or 901605. OLE color: 901605.
HSL color Cylindrical-coordinate representation of color #E5C10D: hue angle of 50º 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 #E5C10D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.10 |
| HSL | 50º | 0.89% | 0.47% | - |
| HSV(B) | 50º | 0.94% | 0.9% | - |
| XYZ | 51.46 | 54.83 | 8.25 | - |
| YUV | 183.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 13 | 0 | 0.16 | 0.94 | 0.10 | 50 | 0.89 | 0.47 |
| Hex | E5 | C1 | D | 0 | 10 | 5E | A | 32 | 59 | 2F |
| Octal | 345 | 301 | 15 | 0 | 20 | 136 | 12 | 62 | 131 | 57 |
| Binary | 11100101 | 11000001 | 1101 | 0 | 10000 | 1011110 | 1010 | 110010 | 1011001 | 101111 |
Color Harmonies of #E5C10D
Complementary color
Monochromatic Colors of #E5C10D
Black with #E5C10D
Text Example
Text Example
White with #E5C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C10D; }
p { color: rgb(229,193,13); }
H1.HeaderClassName
{
color: #E5C10D;
}
.AnyTagClassName
{
color: #E5C10D;
}
</style>
background-color css
<style>
a { background-color: #E5C10D; }
a { background-color: rgb(229,193,13); }
div.DivClassName
{
background-color: #E5C10D;
}
.BgClassName
{
background-color: #E5C10D;
}
</style>
border-color css
<style>
span { border-color: #E5C10D; }
span { border-color: rgb(229,193,13); }
td.TdClassName
{
border-color: #E5C10D;
}
.TagClassName
{
border-color: #E5C10D;
}
</style>