Shades of Sunflower #E5BE10
Tints of Sunflower #E5BE10
RGB
CMYK
RGB Variations
Color information
#E5BE10 (or 0xE5BE10) is known color: Sunflower. HEX triplet: E5, BE and 10. RGB value is (229,190,16). Sum of RGB (Red+Green+Blue) = 229+190+16=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BE10 is #1A41EF. Grayscale: #B6B6B6. Windows color (decimal): -1720816 or 1097445. OLE color: 1097445.
HSL color Cylindrical-coordinate representation of color #E5BE10: hue angle of 49.01º 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 #E5BE10 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 16 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.10 |
| HSL | 49.01º | 0.87% | 0.48% | - |
| HSV(B) | 49.01º | 0.93% | 0.9% | - |
| XYZ | 50.82 | 53.52 | 8.14 | - |
| YUV | 181.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 16 | 0 | 0.17 | 0.93 | 0.10 | 49.01 | 0.87 | 0.48 |
| Hex | E5 | BE | 10 | 0 | 11 | 5D | A | 31 | 57 | 30 |
| Octal | 345 | 276 | 20 | 0 | 21 | 135 | 12 | 61 | 127 | 60 |
| Binary | 11100101 | 10111110 | 10000 | 0 | 10001 | 1011101 | 1010 | 110001 | 1010111 | 110000 |
Color Harmonies of #E5BE10
Complementary color
Monochromatic Colors of #E5BE10
Black with #E5BE10
Text Example
Text Example
White with #E5BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE10; }
p { color: rgb(229,190,16); }
H1.HeaderClassName
{
color: #E5BE10;
}
.AnyTagClassName
{
color: #E5BE10;
}
</style>
background-color css
<style>
a { background-color: #E5BE10; }
a { background-color: rgb(229,190,16); }
div.DivClassName
{
background-color: #E5BE10;
}
.BgClassName
{
background-color: #E5BE10;
}
</style>
border-color css
<style>
span { border-color: #E5BE10; }
span { border-color: rgb(229,190,16); }
td.TdClassName
{
border-color: #E5BE10;
}
.TagClassName
{
border-color: #E5BE10;
}
</style>