Shades of Golden Poppy #EBC800
Tints of Golden Poppy #EBC800
RGB
CMYK
RGB Variations
Color information
#EBC800 (or 0xEBC800) is known color: Golden Poppy. HEX triplet: EB, C8 and 00. RGB value is (235,200,0). Sum of RGB (Red+Green+Blue) = 235+200+0=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC800 is #1437FF. Grayscale: #BCBCBC. Windows color (decimal): -1325056 or 51435. OLE color: 51435.
HSL color Cylindrical-coordinate representation of color #EBC800: hue angle of 51.06º 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 #EBC800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.08 |
| HSL | 51.06º | 1% | 0.46% | - |
| HSV(B) | 51.06º | 1% | 0.92% | - |
| XYZ | 54.92 | 58.97 | 8.49 | - |
| YUV | 187.67 | 22.1 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 0 | 0 | 0.15 | 1 | 0.08 | 51.06 | 1 | 0.46 |
| Hex | EB | C8 | 0 | 0 | F | 64 | 8 | 33 | 64 | 2E |
| Octal | 353 | 310 | 0 | 0 | 17 | 144 | 10 | 63 | 144 | 56 |
| Binary | 11101011 | 11001000 | 0 | 0 | 1111 | 1100100 | 1000 | 110011 | 1100100 | 101110 |
Color Harmonies of #EBC800
Complementary color
Monochromatic Colors of #EBC800
Black with #EBC800
Text Example
Text Example
White with #EBC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC800; }
p { color: rgb(235,200,0); }
H1.HeaderClassName
{
color: #EBC800;
}
.AnyTagClassName
{
color: #EBC800;
}
</style>
background-color css
<style>
a { background-color: #EBC800; }
a { background-color: rgb(235,200,0); }
div.DivClassName
{
background-color: #EBC800;
}
.BgClassName
{
background-color: #EBC800;
}
</style>
border-color css
<style>
span { border-color: #EBC800; }
span { border-color: rgb(235,200,0); }
td.TdClassName
{
border-color: #EBC800;
}
.TagClassName
{
border-color: #EBC800;
}
</style>