Shades of Golden Poppy #EBBC03
Tints of Golden Poppy #EBBC03
RGB
CMYK
RGB Variations
Color information
#EBBC03 (or 0xEBBC03) is known color: Golden Poppy. HEX triplet: EB, BC and 03. RGB value is (235,188,3). Sum of RGB (Red+Green+Blue) = 235+188+3=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC03 is #1443FC. Grayscale: #B5B5B5. Windows color (decimal): -1328125 or 244971. OLE color: 244971.
HSL color Cylindrical-coordinate representation of color #EBBC03: hue angle of 47.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBBC03 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 3 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.08 |
| HSL | 47.84º | 0.97% | 0.47% | - |
| HSV(B) | 47.84º | 0.99% | 0.92% | - |
| XYZ | 52.26 | 53.64 | 7.68 | - |
| YUV | 180.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 3 | 0 | 0.2 | 0.99 | 0.08 | 47.84 | 0.97 | 0.47 |
| Hex | EB | BC | 3 | 0 | 14 | 63 | 8 | 30 | 61 | 2F |
| Octal | 353 | 274 | 3 | 0 | 24 | 143 | 10 | 60 | 141 | 57 |
| Binary | 11101011 | 10111100 | 11 | 0 | 10100 | 1100011 | 1000 | 110000 | 1100001 | 101111 |
Color Harmonies of #EBBC03
Complementary color
Monochromatic Colors of #EBBC03
Black with #EBBC03
Text Example
Text Example
White with #EBBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC03; }
p { color: rgb(235,188,3); }
H1.HeaderClassName
{
color: #EBBC03;
}
.AnyTagClassName
{
color: #EBBC03;
}
</style>
background-color css
<style>
a { background-color: #EBBC03; }
a { background-color: rgb(235,188,3); }
div.DivClassName
{
background-color: #EBBC03;
}
.BgClassName
{
background-color: #EBBC03;
}
</style>
border-color css
<style>
span { border-color: #EBBC03; }
span { border-color: rgb(235,188,3); }
td.TdClassName
{
border-color: #EBBC03;
}
.TagClassName
{
border-color: #EBBC03;
}
</style>