Shades of Sunflower #E5BF08
Tints of Sunflower #E5BF08
RGB
CMYK
RGB Variations
Color information
#E5BF08 (or 0xE5BF08) is known color: Sunflower. HEX triplet: E5, BF and 08. RGB value is (229,191,8). Sum of RGB (Red+Green+Blue) = 229+191+8=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BF08 is #1A40F7. Grayscale: #B6B6B6. Windows color (decimal): -1720568 or 573413. OLE color: 573413.
HSL color Cylindrical-coordinate representation of color #E5BF08: hue angle of 49.68º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5BF08 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.10 |
| HSL | 49.68º | 0.93% | 0.46% | - |
| HSV(B) | 49.68º | 0.97% | 0.9% | - |
| XYZ | 50.99 | 53.94 | 7.95 | - |
| YUV | 181.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 8 | 0 | 0.17 | 0.97 | 0.10 | 49.68 | 0.93 | 0.46 |
| Hex | E5 | BF | 8 | 0 | 11 | 61 | A | 32 | 5D | 2E |
| Octal | 345 | 277 | 10 | 0 | 21 | 141 | 12 | 62 | 135 | 56 |
| Binary | 11100101 | 10111111 | 1000 | 0 | 10001 | 1100001 | 1010 | 110010 | 1011101 | 101110 |
Color Harmonies of #E5BF08
Complementary color
Monochromatic Colors of #E5BF08
Black with #E5BF08
Text Example
Text Example
White with #E5BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF08; }
p { color: rgb(229,191,8); }
H1.HeaderClassName
{
color: #E5BF08;
}
.AnyTagClassName
{
color: #E5BF08;
}
</style>
background-color css
<style>
a { background-color: #E5BF08; }
a { background-color: rgb(229,191,8); }
div.DivClassName
{
background-color: #E5BF08;
}
.BgClassName
{
background-color: #E5BF08;
}
</style>
border-color css
<style>
span { border-color: #E5BF08; }
span { border-color: rgb(229,191,8); }
td.TdClassName
{
border-color: #E5BF08;
}
.TagClassName
{
border-color: #E5BF08;
}
</style>