Shades of Golden Poppy #EBC801
Tints of Golden Poppy #EBC801
RGB
CMYK
RGB Variations
Color information
#EBC801 (or 0xEBC801) is known color: Golden Poppy. HEX triplet: EB, C8 and 01. RGB value is (235,200,1). Sum of RGB (Red+Green+Blue) = 235+200+1=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC801 is #1437FE. Grayscale: #BCBCBC. Windows color (decimal): -1325055 or 116971. OLE color: 116971.
HSL color Cylindrical-coordinate representation of color #EBC801: hue angle of 51.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBC801 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.08 |
| HSL | 51.03º | 0.99% | 0.46% | - |
| HSV(B) | 51.03º | 1% | 0.92% | - |
| XYZ | 54.92 | 58.97 | 8.52 | - |
| YUV | 187.78 | 22.6 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 1 | 0 | 0.15 | 1.00 | 0.08 | 51.03 | 0.99 | 0.46 |
| Hex | EB | C8 | 1 | 0 | F | 64 | 8 | 33 | 63 | 2E |
| Octal | 353 | 310 | 1 | 0 | 17 | 144 | 10 | 63 | 143 | 56 |
| Binary | 11101011 | 11001000 | 1 | 0 | 1111 | 1100100 | 1000 | 110011 | 1100011 | 101110 |
Color Harmonies of #EBC801
Complementary color
Monochromatic Colors of #EBC801
Black with #EBC801
Text Example
Text Example
White with #EBC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC801; }
p { color: rgb(235,200,1); }
H1.HeaderClassName
{
color: #EBC801;
}
.AnyTagClassName
{
color: #EBC801;
}
</style>
background-color css
<style>
a { background-color: #EBC801; }
a { background-color: rgb(235,200,1); }
div.DivClassName
{
background-color: #EBC801;
}
.BgClassName
{
background-color: #EBC801;
}
</style>
border-color css
<style>
span { border-color: #EBC801; }
span { border-color: rgb(235,200,1); }
td.TdClassName
{
border-color: #EBC801;
}
.TagClassName
{
border-color: #EBC801;
}
</style>