Shades of Sunflower #E7BF16
Tints of Sunflower #E7BF16
RGB
CMYK
RGB Variations
Color information
#E7BF16 (or 0xE7BF16) is known color: Sunflower. HEX triplet: E7, BF and 16. RGB value is (231,191,22). Sum of RGB (Red+Green+Blue) = 231+191+22=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BF16 is #1840E9. Grayscale: #B8B8B8. Windows color (decimal): -1589482 or 1490919. OLE color: 1490919.
HSL color Cylindrical-coordinate representation of color #E7BF16: hue angle of 48.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7BF16 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 22 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.09 |
| HSL | 48.52º | 0.83% | 0.5% | - |
| HSV(B) | 48.52º | 0.9% | 0.91% | - |
| XYZ | 51.73 | 54.31 | 8.52 | - |
| YUV | 183.69 | 36.75 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 22 | 0 | 0.17 | 0.90 | 0.09 | 48.52 | 0.83 | 0.5 |
| Hex | E7 | BF | 16 | 0 | 11 | 5A | 9 | 31 | 53 | 32 |
| Octal | 347 | 277 | 26 | 0 | 21 | 132 | 11 | 61 | 123 | 62 |
| Binary | 11100111 | 10111111 | 10110 | 0 | 10001 | 1011010 | 1001 | 110001 | 1010011 | 110010 |
Color Harmonies of #E7BF16
Complementary color
Monochromatic Colors of #E7BF16
Black with #E7BF16
Text Example
Text Example
White with #E7BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF16; }
p { color: rgb(231,191,22); }
H1.HeaderClassName
{
color: #E7BF16;
}
.AnyTagClassName
{
color: #E7BF16;
}
</style>
background-color css
<style>
a { background-color: #E7BF16; }
a { background-color: rgb(231,191,22); }
div.DivClassName
{
background-color: #E7BF16;
}
.BgClassName
{
background-color: #E7BF16;
}
</style>
border-color css
<style>
span { border-color: #E7BF16; }
span { border-color: rgb(231,191,22); }
td.TdClassName
{
border-color: #E7BF16;
}
.TagClassName
{
border-color: #E7BF16;
}
</style>