Shades of Sunflower #E5BC08
Tints of Sunflower #E5BC08
RGB
CMYK
RGB Variations
Color information
#E5BC08 (or 0xE5BC08) is known color: Sunflower. HEX triplet: E5, BC and 08. RGB value is (229,188,8). Sum of RGB (Red+Green+Blue) = 229+188+8=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BC08 is #1A43F7. Grayscale: #B4B4B4. Windows color (decimal): -1721336 or 572645. OLE color: 572645.
HSL color Cylindrical-coordinate representation of color #E5BC08: hue angle of 48.87º 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 #E5BC08 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.10 |
| HSL | 48.87º | 0.93% | 0.46% | - |
| HSV(B) | 48.87º | 0.97% | 0.9% | - |
| XYZ | 50.34 | 52.64 | 7.74 | - |
| YUV | 179.74 | 31.08 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 8 | 0 | 0.18 | 0.97 | 0.10 | 48.87 | 0.93 | 0.46 |
| Hex | E5 | BC | 8 | 0 | 12 | 61 | A | 31 | 5D | 2E |
| Octal | 345 | 274 | 10 | 0 | 22 | 141 | 12 | 61 | 135 | 56 |
| Binary | 11100101 | 10111100 | 1000 | 0 | 10010 | 1100001 | 1010 | 110001 | 1011101 | 101110 |
Color Harmonies of #E5BC08
Complementary color
Monochromatic Colors of #E5BC08
Black with #E5BC08
Text Example
Text Example
White with #E5BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC08; }
p { color: rgb(229,188,8); }
H1.HeaderClassName
{
color: #E5BC08;
}
.AnyTagClassName
{
color: #E5BC08;
}
</style>
background-color css
<style>
a { background-color: #E5BC08; }
a { background-color: rgb(229,188,8); }
div.DivClassName
{
background-color: #E5BC08;
}
.BgClassName
{
background-color: #E5BC08;
}
</style>
border-color css
<style>
span { border-color: #E5BC08; }
span { border-color: rgb(229,188,8); }
td.TdClassName
{
border-color: #E5BC08;
}
.TagClassName
{
border-color: #E5BC08;
}
</style>