Shades of Golden Poppy #E6BA00
Tints of Golden Poppy #E6BA00
RGB
CMYK
RGB Variations
Color information
#E6BA00 (or 0xE6BA00) is known color: Golden Poppy. HEX triplet: E6, BA and 00. RGB value is (230,186,0). Sum of RGB (Red+Green+Blue) = 230+186+0=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BA00 is #1945FF. Grayscale: #B2B2B2. Windows color (decimal): -1656320 or 47846. OLE color: 47846.
HSL color Cylindrical-coordinate representation of color #E6BA00: hue angle of 48.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6BA00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.10 |
| HSL | 48.52º | 1% | 0.45% | - |
| HSV(B) | 48.52º | 1% | 0.9% | - |
| XYZ | 50.19 | 51.94 | 7.38 | - |
| YUV | 177.95 | 27.58 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 0 | 0 | 0.19 | 1 | 0.10 | 48.52 | 1 | 0.45 |
| Hex | E6 | BA | 0 | 0 | 13 | 64 | A | 31 | 64 | 2D |
| Octal | 346 | 272 | 0 | 0 | 23 | 144 | 12 | 61 | 144 | 55 |
| Binary | 11100110 | 10111010 | 0 | 0 | 10011 | 1100100 | 1010 | 110001 | 1100100 | 101101 |
Color Harmonies of #E6BA00
Complementary color
Monochromatic Colors of #E6BA00
Black with #E6BA00
Text Example
Text Example
White with #E6BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA00; }
p { color: rgb(230,186,0); }
H1.HeaderClassName
{
color: #E6BA00;
}
.AnyTagClassName
{
color: #E6BA00;
}
</style>
background-color css
<style>
a { background-color: #E6BA00; }
a { background-color: rgb(230,186,0); }
div.DivClassName
{
background-color: #E6BA00;
}
.BgClassName
{
background-color: #E6BA00;
}
</style>
border-color css
<style>
span { border-color: #E6BA00; }
span { border-color: rgb(230,186,0); }
td.TdClassName
{
border-color: #E6BA00;
}
.TagClassName
{
border-color: #E6BA00;
}
</style>