Shades of Golden Poppy #EBC900
Tints of Golden Poppy #EBC900
RGB
CMYK
RGB Variations
Color information
#EBC900 (or 0xEBC900) is known color: Golden Poppy. HEX triplet: EB, C9 and 00. RGB value is (235,201,0). Sum of RGB (Red+Green+Blue) = 235+201+0=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC900 is #1436FF. Grayscale: #BDBDBD. Windows color (decimal): -1324800 or 51691. OLE color: 51691.
HSL color Cylindrical-coordinate representation of color #EBC900: hue angle of 51.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBC900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.08 |
| HSL | 51.32º | 1% | 0.46% | - |
| HSV(B) | 51.32º | 1% | 0.92% | - |
| XYZ | 55.15 | 59.44 | 8.57 | - |
| YUV | 188.25 | 21.76 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 0 | 0 | 0.14 | 1 | 0.08 | 51.32 | 1 | 0.46 |
| Hex | EB | C9 | 0 | 0 | E | 64 | 8 | 33 | 64 | 2E |
| Octal | 353 | 311 | 0 | 0 | 16 | 144 | 10 | 63 | 144 | 56 |
| Binary | 11101011 | 11001001 | 0 | 0 | 1110 | 1100100 | 1000 | 110011 | 1100100 | 101110 |
Color Harmonies of #EBC900
Complementary color
Monochromatic Colors of #EBC900
Black with #EBC900
Text Example
Text Example
White with #EBC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC900; }
p { color: rgb(235,201,0); }
H1.HeaderClassName
{
color: #EBC900;
}
.AnyTagClassName
{
color: #EBC900;
}
</style>
background-color css
<style>
a { background-color: #EBC900; }
a { background-color: rgb(235,201,0); }
div.DivClassName
{
background-color: #EBC900;
}
.BgClassName
{
background-color: #EBC900;
}
</style>
border-color css
<style>
span { border-color: #EBC900; }
span { border-color: rgb(235,201,0); }
td.TdClassName
{
border-color: #EBC900;
}
.TagClassName
{
border-color: #EBC900;
}
</style>