Shades of Sunflower #E5D208
Tints of Sunflower #E5D208
RGB
CMYK
RGB Variations
Color information
#E5D208 (or 0xE5D208) is known color: Sunflower. HEX triplet: E5, D2 and 08. RGB value is (229,210,8). Sum of RGB (Red+Green+Blue) = 229+210+8=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D208 is #1A2DF7. Grayscale: #C1C1C1. Windows color (decimal): -1715704 or 578277. OLE color: 578277.
HSL color Cylindrical-coordinate representation of color #E5D208: hue angle of 54.84º 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 #E5D208 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 8 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.10 |
| HSL | 54.84º | 0.93% | 0.46% | - |
| HSV(B) | 54.84º | 0.97% | 0.9% | - |
| XYZ | 55.4 | 62.77 | 9.43 | - |
| YUV | 192.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 8 | 0 | 0.08 | 0.97 | 0.10 | 54.84 | 0.93 | 0.46 |
| Hex | E5 | D2 | 8 | 0 | 8 | 61 | A | 37 | 5D | 2E |
| Octal | 345 | 322 | 10 | 0 | 10 | 141 | 12 | 67 | 135 | 56 |
| Binary | 11100101 | 11010010 | 1000 | 0 | 1000 | 1100001 | 1010 | 110111 | 1011101 | 101110 |
Color Harmonies of #E5D208
Complementary color
Monochromatic Colors of #E5D208
Black with #E5D208
Text Example
Text Example
White with #E5D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D208; }
p { color: rgb(229,210,8); }
H1.HeaderClassName
{
color: #E5D208;
}
.AnyTagClassName
{
color: #E5D208;
}
</style>
background-color css
<style>
a { background-color: #E5D208; }
a { background-color: rgb(229,210,8); }
div.DivClassName
{
background-color: #E5D208;
}
.BgClassName
{
background-color: #E5D208;
}
</style>
border-color css
<style>
span { border-color: #E5D208; }
span { border-color: rgb(229,210,8); }
td.TdClassName
{
border-color: #E5D208;
}
.TagClassName
{
border-color: #E5D208;
}
</style>