Shades of Golden Poppy #EBC004
Tints of Golden Poppy #EBC004
RGB
CMYK
RGB Variations
Color information
#EBC004 (or 0xEBC004) is known color: Golden Poppy. HEX triplet: EB, C0 and 04. RGB value is (235,192,4). Sum of RGB (Red+Green+Blue) = 235+192+4=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC004 is #143FFB. Grayscale: #B8B8B8. Windows color (decimal): -1327100 or 311531. OLE color: 311531.
HSL color Cylindrical-coordinate representation of color #EBC004: hue angle of 48.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBC004 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.08 |
| HSL | 48.83º | 0.97% | 0.47% | - |
| HSV(B) | 48.83º | 0.98% | 0.92% | - |
| XYZ | 53.13 | 55.37 | 8 | - |
| YUV | 183.43 | 26.75 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 4 | 0 | 0.18 | 0.98 | 0.08 | 48.83 | 0.97 | 0.47 |
| Hex | EB | C0 | 4 | 0 | 12 | 62 | 8 | 31 | 61 | 2F |
| Octal | 353 | 300 | 4 | 0 | 22 | 142 | 10 | 61 | 141 | 57 |
| Binary | 11101011 | 11000000 | 100 | 0 | 10010 | 1100010 | 1000 | 110001 | 1100001 | 101111 |
Color Harmonies of #EBC004
Complementary color
Monochromatic Colors of #EBC004
Black with #EBC004
Text Example
Text Example
White with #EBC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC004; }
p { color: rgb(235,192,4); }
H1.HeaderClassName
{
color: #EBC004;
}
.AnyTagClassName
{
color: #EBC004;
}
</style>
background-color css
<style>
a { background-color: #EBC004; }
a { background-color: rgb(235,192,4); }
div.DivClassName
{
background-color: #EBC004;
}
.BgClassName
{
background-color: #EBC004;
}
</style>
border-color css
<style>
span { border-color: #EBC004; }
span { border-color: rgb(235,192,4); }
td.TdClassName
{
border-color: #EBC004;
}
.TagClassName
{
border-color: #EBC004;
}
</style>