Shades of Golden Poppy #EBBE00
Tints of Golden Poppy #EBBE00
RGB
CMYK
RGB Variations
Color information
#EBBE00 (or 0xEBBE00) is known color: Golden Poppy. HEX triplet: EB, BE and 00. RGB value is (235,190,0). Sum of RGB (Red+Green+Blue) = 235+190+0=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBE00 is #1441FF. Grayscale: #B6B6B6. Windows color (decimal): -1327616 or 48875. OLE color: 48875.
HSL color Cylindrical-coordinate representation of color #EBBE00: hue angle of 48.51º 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 #EBBE00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.08 |
| HSL | 48.51º | 1% | 0.46% | - |
| HSV(B) | 48.51º | 1% | 0.92% | - |
| XYZ | 52.67 | 54.49 | 7.74 | - |
| YUV | 181.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 0 | 0 | 0.19 | 1 | 0.08 | 48.51 | 1 | 0.46 |
| Hex | EB | BE | 0 | 0 | 13 | 64 | 8 | 31 | 64 | 2E |
| Octal | 353 | 276 | 0 | 0 | 23 | 144 | 10 | 61 | 144 | 56 |
| Binary | 11101011 | 10111110 | 0 | 0 | 10011 | 1100100 | 1000 | 110001 | 1100100 | 101110 |
Color Harmonies of #EBBE00
Complementary color
Monochromatic Colors of #EBBE00
Black with #EBBE00
Text Example
Text Example
White with #EBBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE00; }
p { color: rgb(235,190,0); }
H1.HeaderClassName
{
color: #EBBE00;
}
.AnyTagClassName
{
color: #EBBE00;
}
</style>
background-color css
<style>
a { background-color: #EBBE00; }
a { background-color: rgb(235,190,0); }
div.DivClassName
{
background-color: #EBBE00;
}
.BgClassName
{
background-color: #EBBE00;
}
</style>
border-color css
<style>
span { border-color: #EBBE00; }
span { border-color: rgb(235,190,0); }
td.TdClassName
{
border-color: #EBBE00;
}
.TagClassName
{
border-color: #EBBE00;
}
</style>