Shades of Golden Poppy #EBBB03
Tints of Golden Poppy #EBBB03
RGB
CMYK
RGB Variations
Color information
#EBBB03 (or 0xEBBB03) is known color: Golden Poppy. HEX triplet: EB, BB and 03. RGB value is (235,187,3). Sum of RGB (Red+Green+Blue) = 235+187+3=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBB03 is #1444FC. Grayscale: #B5B5B5. Windows color (decimal): -1328381 or 244715. OLE color: 244715.
HSL color Cylindrical-coordinate representation of color #EBBB03: hue angle of 47.59º 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 #EBBB03 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.08 |
| HSL | 47.59º | 0.97% | 0.47% | - |
| HSV(B) | 47.59º | 0.99% | 0.92% | - |
| XYZ | 52.05 | 53.21 | 7.61 | - |
| YUV | 180.38 | 27.9 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 3 | 0 | 0.20 | 0.99 | 0.08 | 47.59 | 0.97 | 0.47 |
| Hex | EB | BB | 3 | 0 | 14 | 63 | 8 | 30 | 61 | 2F |
| Octal | 353 | 273 | 3 | 0 | 24 | 143 | 10 | 60 | 141 | 57 |
| Binary | 11101011 | 10111011 | 11 | 0 | 10100 | 1100011 | 1000 | 110000 | 1100001 | 101111 |
Color Harmonies of #EBBB03
Complementary color
Monochromatic Colors of #EBBB03
Black with #EBBB03
Text Example
Text Example
White with #EBBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB03; }
p { color: rgb(235,187,3); }
H1.HeaderClassName
{
color: #EBBB03;
}
.AnyTagClassName
{
color: #EBBB03;
}
</style>
background-color css
<style>
a { background-color: #EBBB03; }
a { background-color: rgb(235,187,3); }
div.DivClassName
{
background-color: #EBBB03;
}
.BgClassName
{
background-color: #EBBB03;
}
</style>
border-color css
<style>
span { border-color: #EBBB03; }
span { border-color: rgb(235,187,3); }
td.TdClassName
{
border-color: #EBBB03;
}
.TagClassName
{
border-color: #EBBB03;
}
</style>