Shades of Golden Poppy #EBC508
Tints of Golden Poppy #EBC508
RGB
CMYK
RGB Variations
Color information
#EBC508 (or 0xEBC508) is known color: Golden Poppy. HEX triplet: EB, C5 and 08. RGB value is (235,197,8). Sum of RGB (Red+Green+Blue) = 235+197+8=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC508 is #143AF7. Grayscale: #BBBBBB. Windows color (decimal): -1325816 or 574955. OLE color: 574955.
HSL color Cylindrical-coordinate representation of color #EBC508: hue angle of 49.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBC508 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.08 |
| HSL | 49.96º | 0.93% | 0.48% | - |
| HSV(B) | 49.96º | 0.97% | 0.92% | - |
| XYZ | 54.27 | 57.61 | 8.49 | - |
| YUV | 186.82 | 27.09 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 8 | 0 | 0.16 | 0.97 | 0.08 | 49.96 | 0.93 | 0.48 |
| Hex | EB | C5 | 8 | 0 | 10 | 61 | 8 | 32 | 5D | 30 |
| Octal | 353 | 305 | 10 | 0 | 20 | 141 | 10 | 62 | 135 | 60 |
| Binary | 11101011 | 11000101 | 1000 | 0 | 10000 | 1100001 | 1000 | 110010 | 1011101 | 110000 |
Color Harmonies of #EBC508
Complementary color
Monochromatic Colors of #EBC508
Black with #EBC508
Text Example
Text Example
White with #EBC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC508; }
p { color: rgb(235,197,8); }
H1.HeaderClassName
{
color: #EBC508;
}
.AnyTagClassName
{
color: #EBC508;
}
</style>
background-color css
<style>
a { background-color: #EBC508; }
a { background-color: rgb(235,197,8); }
div.DivClassName
{
background-color: #EBC508;
}
.BgClassName
{
background-color: #EBC508;
}
</style>
border-color css
<style>
span { border-color: #EBC508; }
span { border-color: rgb(235,197,8); }
td.TdClassName
{
border-color: #EBC508;
}
.TagClassName
{
border-color: #EBC508;
}
</style>