Shades of Sunflower #E5D108
Tints of Sunflower #E5D108
RGB
CMYK
RGB Variations
Color information
#E5D108 (or 0xE5D108) is known color: Sunflower. HEX triplet: E5, D1 and 08. RGB value is (229,209,8). Sum of RGB (Red+Green+Blue) = 229+209+8=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D108 is #1A2EF7. Grayscale: #C0C0C0. Windows color (decimal): -1715960 or 578021. OLE color: 578021.
HSL color Cylindrical-coordinate representation of color #E5D108: hue angle of 54.57º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5D108 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 8 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.10 |
| HSL | 54.57º | 0.93% | 0.46% | - |
| HSV(B) | 54.57º | 0.97% | 0.9% | - |
| XYZ | 55.16 | 62.28 | 9.34 | - |
| YUV | 192.07 | 24.13 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 8 | 0 | 0.09 | 0.97 | 0.10 | 54.57 | 0.93 | 0.46 |
| Hex | E5 | D1 | 8 | 0 | 9 | 61 | A | 37 | 5D | 2E |
| Octal | 345 | 321 | 10 | 0 | 11 | 141 | 12 | 67 | 135 | 56 |
| Binary | 11100101 | 11010001 | 1000 | 0 | 1001 | 1100001 | 1010 | 110111 | 1011101 | 101110 |
Color Harmonies of #E5D108
Complementary color
Monochromatic Colors of #E5D108
Black with #E5D108
Text Example
Text Example
White with #E5D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D108; }
p { color: rgb(229,209,8); }
H1.HeaderClassName
{
color: #E5D108;
}
.AnyTagClassName
{
color: #E5D108;
}
</style>
background-color css
<style>
a { background-color: #E5D108; }
a { background-color: rgb(229,209,8); }
div.DivClassName
{
background-color: #E5D108;
}
.BgClassName
{
background-color: #E5D108;
}
</style>
border-color css
<style>
span { border-color: #E5D108; }
span { border-color: rgb(229,209,8); }
td.TdClassName
{
border-color: #E5D108;
}
.TagClassName
{
border-color: #E5D108;
}
</style>