Shades of Golden Poppy #EBBC00
Tints of Golden Poppy #EBBC00
RGB
CMYK
RGB Variations
Color information
#EBBC00 (or 0xEBBC00) is known color: Golden Poppy. HEX triplet: EB, BC and 00. RGB value is (235,188,0). Sum of RGB (Red+Green+Blue) = 235+188+0=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC00 is #1443FF. Grayscale: #B5B5B5. Windows color (decimal): -1328128 or 48363. OLE color: 48363.
HSL color Cylindrical-coordinate representation of color #EBBC00: hue angle of 48º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBBC00 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 0 | - |
| CMYK | 0 | 0.2 | 1 | 0.08 |
| HSL | 48º | 1% | 0.46% | - |
| HSV(B) | 48º | 1% | 0.92% | - |
| XYZ | 52.24 | 53.63 | 7.6 | - |
| YUV | 180.62 | 26.07 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 0 | 0 | 0.2 | 1 | 0.08 | 48 | 1 | 0.46 |
| Hex | EB | BC | 0 | 0 | 14 | 64 | 8 | 30 | 64 | 2E |
| Octal | 353 | 274 | 0 | 0 | 24 | 144 | 10 | 60 | 144 | 56 |
| Binary | 11101011 | 10111100 | 0 | 0 | 10100 | 1100100 | 1000 | 110000 | 1100100 | 101110 |
Color Harmonies of #EBBC00
Complementary color
Monochromatic Colors of #EBBC00
Black with #EBBC00
Text Example
Text Example
White with #EBBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC00; }
p { color: rgb(235,188,0); }
H1.HeaderClassName
{
color: #EBBC00;
}
.AnyTagClassName
{
color: #EBBC00;
}
</style>
background-color css
<style>
a { background-color: #EBBC00; }
a { background-color: rgb(235,188,0); }
div.DivClassName
{
background-color: #EBBC00;
}
.BgClassName
{
background-color: #EBBC00;
}
</style>
border-color css
<style>
span { border-color: #EBBC00; }
span { border-color: rgb(235,188,0); }
td.TdClassName
{
border-color: #EBBC00;
}
.TagClassName
{
border-color: #EBBC00;
}
</style>