Shades of Sunflower #E5BF1A
Tints of Sunflower #E5BF1A
RGB
CMYK
RGB Variations
Color information
#E5BF1A (or 0xE5BF1A) is known color: Sunflower. HEX triplet: E5, BF and 1A. RGB value is (229,191,26). Sum of RGB (Red+Green+Blue) = 229+191+26=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF1A is #1A40E5. Grayscale: #B8B8B8. Windows color (decimal): -1720550 or 1753061. OLE color: 1753061.
HSL color Cylindrical-coordinate representation of color #E5BF1A: hue angle of 48.77º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5BF1A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.10 |
| HSL | 48.77º | 0.8% | 0.5% | - |
| HSV(B) | 48.77º | 0.89% | 0.9% | - |
| XYZ | 51.13 | 53.99 | 8.7 | - |
| YUV | 183.55 | 39.09 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 26 | 0 | 0.17 | 0.89 | 0.10 | 48.77 | 0.8 | 0.5 |
| Hex | E5 | BF | 1A | 0 | 11 | 59 | A | 31 | 50 | 32 |
| Octal | 345 | 277 | 32 | 0 | 21 | 131 | 12 | 61 | 120 | 62 |
| Binary | 11100101 | 10111111 | 11010 | 0 | 10001 | 1011001 | 1010 | 110001 | 1010000 | 110010 |
Color Harmonies of #E5BF1A
Complementary color
Monochromatic Colors of #E5BF1A
Black with #E5BF1A
Text Example
Text Example
White with #E5BF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF1A; }
p { color: rgb(229,191,26); }
H1.HeaderClassName
{
color: #E5BF1A;
}
.AnyTagClassName
{
color: #E5BF1A;
}
</style>
background-color css
<style>
a { background-color: #E5BF1A; }
a { background-color: rgb(229,191,26); }
div.DivClassName
{
background-color: #E5BF1A;
}
.BgClassName
{
background-color: #E5BF1A;
}
</style>
border-color css
<style>
span { border-color: #E5BF1A; }
span { border-color: rgb(229,191,26); }
td.TdClassName
{
border-color: #E5BF1A;
}
.TagClassName
{
border-color: #E5BF1A;
}
</style>