Shades of Sunflower #E5BF1C
Tints of Sunflower #E5BF1C
RGB
CMYK
RGB Variations
Color information
#E5BF1C (or 0xE5BF1C) is known color: Sunflower. HEX triplet: E5, BF and 1C. RGB value is (229,191,28). Sum of RGB (Red+Green+Blue) = 229+191+28=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF1C is #1A40E3. Grayscale: #B8B8B8. Windows color (decimal): -1720548 or 1884133. OLE color: 1884133.
HSL color Cylindrical-coordinate representation of color #E5BF1C: hue angle of 48.66º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5BF1C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 28 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.10 |
| HSL | 48.66º | 0.79% | 0.5% | - |
| HSV(B) | 48.66º | 0.88% | 0.9% | - |
| XYZ | 51.15 | 54 | 8.83 | - |
| YUV | 183.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 28 | 0 | 0.17 | 0.88 | 0.10 | 48.66 | 0.79 | 0.5 |
| Hex | E5 | BF | 1C | 0 | 11 | 58 | A | 31 | 4F | 32 |
| Octal | 345 | 277 | 34 | 0 | 21 | 130 | 12 | 61 | 117 | 62 |
| Binary | 11100101 | 10111111 | 11100 | 0 | 10001 | 1011000 | 1010 | 110001 | 1001111 | 110010 |
Color Harmonies of #E5BF1C
Complementary color
Monochromatic Colors of #E5BF1C
Black with #E5BF1C
Text Example
Text Example
White with #E5BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF1C; }
p { color: rgb(229,191,28); }
H1.HeaderClassName
{
color: #E5BF1C;
}
.AnyTagClassName
{
color: #E5BF1C;
}
</style>
background-color css
<style>
a { background-color: #E5BF1C; }
a { background-color: rgb(229,191,28); }
div.DivClassName
{
background-color: #E5BF1C;
}
.BgClassName
{
background-color: #E5BF1C;
}
</style>
border-color css
<style>
span { border-color: #E5BF1C; }
span { border-color: rgb(229,191,28); }
td.TdClassName
{
border-color: #E5BF1C;
}
.TagClassName
{
border-color: #E5BF1C;
}
</style>