Shades of Sunflower #E5BF10
Tints of Sunflower #E5BF10
RGB
CMYK
RGB Variations
Color information
#E5BF10 (or 0xE5BF10) is known color: Sunflower. HEX triplet: E5, BF and 10. RGB value is (229,191,16). Sum of RGB (Red+Green+Blue) = 229+191+16=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BF10 is #1A40EF. Grayscale: #B7B7B7. Windows color (decimal): -1720560 or 1097701. OLE color: 1097701.
HSL color Cylindrical-coordinate representation of color #E5BF10: hue angle of 49.3º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5BF10 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.10 |
| HSL | 49.3º | 0.87% | 0.48% | - |
| HSV(B) | 49.3º | 0.93% | 0.9% | - |
| XYZ | 51.04 | 53.96 | 8.21 | - |
| YUV | 182.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 16 | 0 | 0.17 | 0.93 | 0.10 | 49.3 | 0.87 | 0.48 |
| Hex | E5 | BF | 10 | 0 | 11 | 5D | A | 31 | 57 | 30 |
| Octal | 345 | 277 | 20 | 0 | 21 | 135 | 12 | 61 | 127 | 60 |
| Binary | 11100101 | 10111111 | 10000 | 0 | 10001 | 1011101 | 1010 | 110001 | 1010111 | 110000 |
Color Harmonies of #E5BF10
Complementary color
Monochromatic Colors of #E5BF10
Black with #E5BF10
Text Example
Text Example
White with #E5BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF10; }
p { color: rgb(229,191,16); }
H1.HeaderClassName
{
color: #E5BF10;
}
.AnyTagClassName
{
color: #E5BF10;
}
</style>
background-color css
<style>
a { background-color: #E5BF10; }
a { background-color: rgb(229,191,16); }
div.DivClassName
{
background-color: #E5BF10;
}
.BgClassName
{
background-color: #E5BF10;
}
</style>
border-color css
<style>
span { border-color: #E5BF10; }
span { border-color: rgb(229,191,16); }
td.TdClassName
{
border-color: #E5BF10;
}
.TagClassName
{
border-color: #E5BF10;
}
</style>