Shades of Sunflower #E5D40B
Tints of Sunflower #E5D40B
RGB
CMYK
RGB Variations
Color information
#E5D40B (or 0xE5D40B) is known color: Sunflower. HEX triplet: E5, D4 and 0B. RGB value is (229,212,11). Sum of RGB (Red+Green+Blue) = 229+212+11=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D40B is #1A2BF4. Grayscale: #C2C2C2. Windows color (decimal): -1715189 or 775397. OLE color: 775397.
HSL color Cylindrical-coordinate representation of color #E5D40B: hue angle of 55.32º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5D40B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.10 |
| HSL | 55.32º | 0.91% | 0.47% | - |
| HSV(B) | 55.32º | 0.95% | 0.9% | - |
| XYZ | 55.92 | 63.77 | 9.68 | - |
| YUV | 194.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 11 | 0 | 0.07 | 0.95 | 0.10 | 55.32 | 0.91 | 0.47 |
| Hex | E5 | D4 | B | 0 | 7 | 5F | A | 37 | 5B | 2F |
| Octal | 345 | 324 | 13 | 0 | 7 | 137 | 12 | 67 | 133 | 57 |
| Binary | 11100101 | 11010100 | 1011 | 0 | 111 | 1011111 | 1010 | 110111 | 1011011 | 101111 |
Color Harmonies of #E5D40B
Complementary color
Monochromatic Colors of #E5D40B
Black with #E5D40B
Text Example
Text Example
White with #E5D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D40B; }
p { color: rgb(229,212,11); }
H1.HeaderClassName
{
color: #E5D40B;
}
.AnyTagClassName
{
color: #E5D40B;
}
</style>
background-color css
<style>
a { background-color: #E5D40B; }
a { background-color: rgb(229,212,11); }
div.DivClassName
{
background-color: #E5D40B;
}
.BgClassName
{
background-color: #E5D40B;
}
</style>
border-color css
<style>
span { border-color: #E5D40B; }
span { border-color: rgb(229,212,11); }
td.TdClassName
{
border-color: #E5D40B;
}
.TagClassName
{
border-color: #E5D40B;
}
</style>