Shades of Golden Poppy #EBC501
Tints of Golden Poppy #EBC501
RGB
CMYK
RGB Variations
Color information
#EBC501 (or 0xEBC501) is known color: Golden Poppy. HEX triplet: EB, C5 and 01. RGB value is (235,197,1). Sum of RGB (Red+Green+Blue) = 235+197+1=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC501 is #143AFE. Grayscale: #BABABA. Windows color (decimal): -1325823 or 116203. OLE color: 116203.
HSL color Cylindrical-coordinate representation of color #EBC501: hue angle of 50.26º 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 #EBC501 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.08 |
| HSL | 50.26º | 0.99% | 0.46% | - |
| HSV(B) | 50.26º | 1% | 0.92% | - |
| XYZ | 54.23 | 57.6 | 8.29 | - |
| YUV | 186.02 | 23.59 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 1 | 0 | 0.16 | 1.00 | 0.08 | 50.26 | 0.99 | 0.46 |
| Hex | EB | C5 | 1 | 0 | 10 | 64 | 8 | 32 | 63 | 2E |
| Octal | 353 | 305 | 1 | 0 | 20 | 144 | 10 | 62 | 143 | 56 |
| Binary | 11101011 | 11000101 | 1 | 0 | 10000 | 1100100 | 1000 | 110010 | 1100011 | 101110 |
Color Harmonies of #EBC501
Complementary color
Monochromatic Colors of #EBC501
Black with #EBC501
Text Example
Text Example
White with #EBC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC501; }
p { color: rgb(235,197,1); }
H1.HeaderClassName
{
color: #EBC501;
}
.AnyTagClassName
{
color: #EBC501;
}
</style>
background-color css
<style>
a { background-color: #EBC501; }
a { background-color: rgb(235,197,1); }
div.DivClassName
{
background-color: #EBC501;
}
.BgClassName
{
background-color: #EBC501;
}
</style>
border-color css
<style>
span { border-color: #EBC501; }
span { border-color: rgb(235,197,1); }
td.TdClassName
{
border-color: #EBC501;
}
.TagClassName
{
border-color: #EBC501;
}
</style>