Shades of Golden Poppy #E6BE05
Tints of Golden Poppy #E6BE05
RGB
CMYK
RGB Variations
Color information
#E6BE05 (or 0xE6BE05) is known color: Golden Poppy. HEX triplet: E6, BE and 05. RGB value is (230,190,5). Sum of RGB (Red+Green+Blue) = 230+190+5=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BE05 is #1941FA. Grayscale: #B5B5B5. Windows color (decimal): -1655291 or 376550. OLE color: 376550.
HSL color Cylindrical-coordinate representation of color #E6BE05: hue angle of 49.33º 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 #E6BE05 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.10 |
| HSL | 49.33º | 0.96% | 0.46% | - |
| HSV(B) | 49.33º | 0.98% | 0.9% | - |
| XYZ | 51.07 | 53.66 | 7.81 | - |
| YUV | 180.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 5 | 0 | 0.17 | 0.98 | 0.10 | 49.33 | 0.96 | 0.46 |
| Hex | E6 | BE | 5 | 0 | 11 | 62 | A | 31 | 60 | 2E |
| Octal | 346 | 276 | 5 | 0 | 21 | 142 | 12 | 61 | 140 | 56 |
| Binary | 11100110 | 10111110 | 101 | 0 | 10001 | 1100010 | 1010 | 110001 | 1100000 | 101110 |
Color Harmonies of #E6BE05
Complementary color
Monochromatic Colors of #E6BE05
Black with #E6BE05
Text Example
Text Example
White with #E6BE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE05; }
p { color: rgb(230,190,5); }
H1.HeaderClassName
{
color: #E6BE05;
}
.AnyTagClassName
{
color: #E6BE05;
}
</style>
background-color css
<style>
a { background-color: #E6BE05; }
a { background-color: rgb(230,190,5); }
div.DivClassName
{
background-color: #E6BE05;
}
.BgClassName
{
background-color: #E6BE05;
}
</style>
border-color css
<style>
span { border-color: #E6BE05; }
span { border-color: rgb(230,190,5); }
td.TdClassName
{
border-color: #E6BE05;
}
.TagClassName
{
border-color: #E6BE05;
}
</style>