Shades of Golden Poppy #E6BF05
Tints of Golden Poppy #E6BF05
RGB
CMYK
RGB Variations
Color information
#E6BF05 (or 0xE6BF05) is known color: Golden Poppy. HEX triplet: E6, BF and 05. RGB value is (230,191,5). Sum of RGB (Red+Green+Blue) = 230+191+5=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BF05 is #1940FA. Grayscale: #B6B6B6. Windows color (decimal): -1655035 or 376806. OLE color: 376806.
HSL color Cylindrical-coordinate representation of color #E6BF05: hue angle of 49.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6BF05 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.10 |
| HSL | 49.6º | 0.96% | 0.46% | - |
| HSV(B) | 49.6º | 0.98% | 0.9% | - |
| XYZ | 51.29 | 54.1 | 7.88 | - |
| YUV | 181.46 | 28.42 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 5 | 0 | 0.17 | 0.98 | 0.10 | 49.6 | 0.96 | 0.46 |
| Hex | E6 | BF | 5 | 0 | 11 | 62 | A | 32 | 60 | 2E |
| Octal | 346 | 277 | 5 | 0 | 21 | 142 | 12 | 62 | 140 | 56 |
| Binary | 11100110 | 10111111 | 101 | 0 | 10001 | 1100010 | 1010 | 110010 | 1100000 | 101110 |
Color Harmonies of #E6BF05
Complementary color
Monochromatic Colors of #E6BF05
Black with #E6BF05
Text Example
Text Example
White with #E6BF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF05; }
p { color: rgb(230,191,5); }
H1.HeaderClassName
{
color: #E6BF05;
}
.AnyTagClassName
{
color: #E6BF05;
}
</style>
background-color css
<style>
a { background-color: #E6BF05; }
a { background-color: rgb(230,191,5); }
div.DivClassName
{
background-color: #E6BF05;
}
.BgClassName
{
background-color: #E6BF05;
}
</style>
border-color css
<style>
span { border-color: #E6BF05; }
span { border-color: rgb(230,191,5); }
td.TdClassName
{
border-color: #E6BF05;
}
.TagClassName
{
border-color: #E6BF05;
}
</style>