Shades of Sunflower #E3BF10
Tints of Sunflower #E3BF10
RGB
CMYK
RGB Variations
Color information
#E3BF10 (or 0xE3BF10) is known color: Sunflower. HEX triplet: E3, BF and 10. RGB value is (227,191,16). Sum of RGB (Red+Green+Blue) = 227+191+16=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BF10 is #1C40EF. Grayscale: #B6B6B6. Windows color (decimal): -1851632 or 1097699. OLE color: 1097699.
HSL color Cylindrical-coordinate representation of color #E3BF10: hue angle of 49.76º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3BF10 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 16 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.11 |
| HSL | 49.76º | 0.87% | 0.48% | - |
| HSV(B) | 49.76º | 0.93% | 0.89% | - |
| XYZ | 50.4 | 53.63 | 8.19 | - |
| YUV | 181.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 16 | 0 | 0.16 | 0.93 | 0.11 | 49.76 | 0.87 | 0.48 |
| Hex | E3 | BF | 10 | 0 | 10 | 5D | B | 32 | 57 | 30 |
| Octal | 343 | 277 | 20 | 0 | 20 | 135 | 13 | 62 | 127 | 60 |
| Binary | 11100011 | 10111111 | 10000 | 0 | 10000 | 1011101 | 1011 | 110010 | 1010111 | 110000 |
Color Harmonies of #E3BF10
Complementary color
Monochromatic Colors of #E3BF10
Black with #E3BF10
Text Example
Text Example
White with #E3BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BF10; }
p { color: rgb(227,191,16); }
H1.HeaderClassName
{
color: #E3BF10;
}
.AnyTagClassName
{
color: #E3BF10;
}
</style>
background-color css
<style>
a { background-color: #E3BF10; }
a { background-color: rgb(227,191,16); }
div.DivClassName
{
background-color: #E3BF10;
}
.BgClassName
{
background-color: #E3BF10;
}
</style>
border-color css
<style>
span { border-color: #E3BF10; }
span { border-color: rgb(227,191,16); }
td.TdClassName
{
border-color: #E3BF10;
}
.TagClassName
{
border-color: #E3BF10;
}
</style>