Shades of Golden Poppy #EBC40B
Tints of Golden Poppy #EBC40B
RGB
CMYK
RGB Variations
Color information
#EBC40B (or 0xEBC40B) is known color: Golden Poppy. HEX triplet: EB, C4 and 0B. RGB value is (235,196,11). Sum of RGB (Red+Green+Blue) = 235+196+11=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC40B is #143BF4. Grayscale: #BBBBBB. Windows color (decimal): -1326069 or 771307. OLE color: 771307.
HSL color Cylindrical-coordinate representation of color #EBC40B: hue angle of 49.55º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBC40B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.08 |
| HSL | 49.55º | 0.91% | 0.48% | - |
| HSV(B) | 49.55º | 0.95% | 0.92% | - |
| XYZ | 54.06 | 57.17 | 8.5 | - |
| YUV | 186.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 11 | 0 | 0.17 | 0.95 | 0.08 | 49.55 | 0.91 | 0.48 |
| Hex | EB | C4 | B | 0 | 11 | 5F | 8 | 32 | 5B | 30 |
| Octal | 353 | 304 | 13 | 0 | 21 | 137 | 10 | 62 | 133 | 60 |
| Binary | 11101011 | 11000100 | 1011 | 0 | 10001 | 1011111 | 1000 | 110010 | 1011011 | 110000 |
Color Harmonies of #EBC40B
Complementary color
Monochromatic Colors of #EBC40B
Black with #EBC40B
Text Example
Text Example
White with #EBC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC40B; }
p { color: rgb(235,196,11); }
H1.HeaderClassName
{
color: #EBC40B;
}
.AnyTagClassName
{
color: #EBC40B;
}
</style>
background-color css
<style>
a { background-color: #EBC40B; }
a { background-color: rgb(235,196,11); }
div.DivClassName
{
background-color: #EBC40B;
}
.BgClassName
{
background-color: #EBC40B;
}
</style>
border-color css
<style>
span { border-color: #EBC40B; }
span { border-color: rgb(235,196,11); }
td.TdClassName
{
border-color: #EBC40B;
}
.TagClassName
{
border-color: #EBC40B;
}
</style>