Shades of Golden Poppy #EBBE0B
Tints of Golden Poppy #EBBE0B
RGB
CMYK
RGB Variations
Color information
#EBBE0B (or 0xEBBE0B) is known color: Golden Poppy. HEX triplet: EB, BE and 0B. RGB value is (235,190,11). Sum of RGB (Red+Green+Blue) = 235+190+11=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE0B is #1441F4. Grayscale: #B7B7B7. Windows color (decimal): -1327605 or 769771. OLE color: 769771.
HSL color Cylindrical-coordinate representation of color #EBBE0B: hue angle of 47.95º 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 #EBBE0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.08 |
| HSL | 47.95º | 0.91% | 0.48% | - |
| HSV(B) | 47.95º | 0.95% | 0.92% | - |
| XYZ | 52.73 | 54.51 | 8.06 | - |
| YUV | 183.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 11 | 0 | 0.19 | 0.95 | 0.08 | 47.95 | 0.91 | 0.48 |
| Hex | EB | BE | B | 0 | 13 | 5F | 8 | 30 | 5B | 30 |
| Octal | 353 | 276 | 13 | 0 | 23 | 137 | 10 | 60 | 133 | 60 |
| Binary | 11101011 | 10111110 | 1011 | 0 | 10011 | 1011111 | 1000 | 110000 | 1011011 | 110000 |
Color Harmonies of #EBBE0B
Complementary color
Monochromatic Colors of #EBBE0B
Black with #EBBE0B
Text Example
Text Example
White with #EBBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE0B; }
p { color: rgb(235,190,11); }
H1.HeaderClassName
{
color: #EBBE0B;
}
.AnyTagClassName
{
color: #EBBE0B;
}
</style>
background-color css
<style>
a { background-color: #EBBE0B; }
a { background-color: rgb(235,190,11); }
div.DivClassName
{
background-color: #EBBE0B;
}
.BgClassName
{
background-color: #EBBE0B;
}
</style>
border-color css
<style>
span { border-color: #EBBE0B; }
span { border-color: rgb(235,190,11); }
td.TdClassName
{
border-color: #EBBE0B;
}
.TagClassName
{
border-color: #EBBE0B;
}
</style>