Shades of Sunflower #E5CE0D
Tints of Sunflower #E5CE0D
RGB
CMYK
RGB Variations
Color information
#E5CE0D (or 0xE5CE0D) is known color: Sunflower. HEX triplet: E5, CE and 0D. RGB value is (229,206,13). Sum of RGB (Red+Green+Blue) = 229+206+13=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CE0D is #1A31F2. Grayscale: #BFBFBF. Windows color (decimal): -1716723 or 904933. OLE color: 904933.
HSL color Cylindrical-coordinate representation of color #E5CE0D: hue angle of 53.61º 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 #E5CE0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.10 |
| HSL | 53.61º | 0.89% | 0.47% | - |
| HSV(B) | 53.61º | 0.94% | 0.9% | - |
| XYZ | 54.46 | 60.83 | 9.25 | - |
| YUV | 190.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 13 | 0 | 0.10 | 0.94 | 0.10 | 53.61 | 0.89 | 0.47 |
| Hex | E5 | CE | D | 0 | A | 5E | A | 36 | 59 | 2F |
| Octal | 345 | 316 | 15 | 0 | 12 | 136 | 12 | 66 | 131 | 57 |
| Binary | 11100101 | 11001110 | 1101 | 0 | 1010 | 1011110 | 1010 | 110110 | 1011001 | 101111 |
Color Harmonies of #E5CE0D
Complementary color
Monochromatic Colors of #E5CE0D
Black with #E5CE0D
Text Example
Text Example
White with #E5CE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE0D; }
p { color: rgb(229,206,13); }
H1.HeaderClassName
{
color: #E5CE0D;
}
.AnyTagClassName
{
color: #E5CE0D;
}
</style>
background-color css
<style>
a { background-color: #E5CE0D; }
a { background-color: rgb(229,206,13); }
div.DivClassName
{
background-color: #E5CE0D;
}
.BgClassName
{
background-color: #E5CE0D;
}
</style>
border-color css
<style>
span { border-color: #E5CE0D; }
span { border-color: rgb(229,206,13); }
td.TdClassName
{
border-color: #E5CE0D;
}
.TagClassName
{
border-color: #E5CE0D;
}
</style>