Shades of Golden Poppy #EBC409
Tints of Golden Poppy #EBC409
RGB
CMYK
RGB Variations
Color information
#EBC409 (or 0xEBC409) is known color: Golden Poppy. HEX triplet: EB, C4 and 09. RGB value is (235,196,9). Sum of RGB (Red+Green+Blue) = 235+196+9=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC409 is #143BF6. Grayscale: #BBBBBB. Windows color (decimal): -1326071 or 640235. OLE color: 640235.
HSL color Cylindrical-coordinate representation of color #EBC409: hue angle of 49.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EBC409 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.08 |
| HSL | 49.65º | 0.93% | 0.48% | - |
| HSV(B) | 49.65º | 0.96% | 0.92% | - |
| XYZ | 54.05 | 57.16 | 8.44 | - |
| YUV | 186.34 | 27.92 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 9 | 0 | 0.17 | 0.96 | 0.08 | 49.65 | 0.93 | 0.48 |
| Hex | EB | C4 | 9 | 0 | 11 | 60 | 8 | 32 | 5D | 30 |
| Octal | 353 | 304 | 11 | 0 | 21 | 140 | 10 | 62 | 135 | 60 |
| Binary | 11101011 | 11000100 | 1001 | 0 | 10001 | 1100000 | 1000 | 110010 | 1011101 | 110000 |
Color Harmonies of #EBC409
Complementary color
Monochromatic Colors of #EBC409
Black with #EBC409
Text Example
Text Example
White with #EBC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC409; }
p { color: rgb(235,196,9); }
H1.HeaderClassName
{
color: #EBC409;
}
.AnyTagClassName
{
color: #EBC409;
}
</style>
background-color css
<style>
a { background-color: #EBC409; }
a { background-color: rgb(235,196,9); }
div.DivClassName
{
background-color: #EBC409;
}
.BgClassName
{
background-color: #EBC409;
}
</style>
border-color css
<style>
span { border-color: #EBC409; }
span { border-color: rgb(235,196,9); }
td.TdClassName
{
border-color: #EBC409;
}
.TagClassName
{
border-color: #EBC409;
}
</style>