Shades of Golden Poppy #EBC00B
Tints of Golden Poppy #EBC00B
RGB
CMYK
RGB Variations
Color information
#EBC00B (or 0xEBC00B) is known color: Golden Poppy. HEX triplet: EB, C0 and 0B. RGB value is (235,192,11). Sum of RGB (Red+Green+Blue) = 235+192+11=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC00B is #143FF4. Grayscale: #B8B8B8. Windows color (decimal): -1327093 or 770283. OLE color: 770283.
HSL color Cylindrical-coordinate representation of color #EBC00B: hue angle of 48.48º 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 #EBC00B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.08 |
| HSL | 48.48º | 0.91% | 0.48% | - |
| HSV(B) | 48.48º | 0.95% | 0.92% | - |
| XYZ | 53.17 | 55.39 | 8.2 | - |
| YUV | 184.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 11 | 0 | 0.18 | 0.95 | 0.08 | 48.48 | 0.91 | 0.48 |
| Hex | EB | C0 | B | 0 | 12 | 5F | 8 | 30 | 5B | 30 |
| Octal | 353 | 300 | 13 | 0 | 22 | 137 | 10 | 60 | 133 | 60 |
| Binary | 11101011 | 11000000 | 1011 | 0 | 10010 | 1011111 | 1000 | 110000 | 1011011 | 110000 |
Color Harmonies of #EBC00B
Complementary color
Monochromatic Colors of #EBC00B
Black with #EBC00B
Text Example
Text Example
White with #EBC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC00B; }
p { color: rgb(235,192,11); }
H1.HeaderClassName
{
color: #EBC00B;
}
.AnyTagClassName
{
color: #EBC00B;
}
</style>
background-color css
<style>
a { background-color: #EBC00B; }
a { background-color: rgb(235,192,11); }
div.DivClassName
{
background-color: #EBC00B;
}
.BgClassName
{
background-color: #EBC00B;
}
</style>
border-color css
<style>
span { border-color: #EBC00B; }
span { border-color: rgb(235,192,11); }
td.TdClassName
{
border-color: #EBC00B;
}
.TagClassName
{
border-color: #EBC00B;
}
</style>