Shades of Golden Poppy #EBC300
Tints of Golden Poppy #EBC300
RGB
CMYK
RGB Variations
Color information
#EBC300 (or 0xEBC300) is known color: Golden Poppy. HEX triplet: EB, C3 and 00. RGB value is (235,195,0). Sum of RGB (Red+Green+Blue) = 235+195+0=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC300 is #143CFF. Grayscale: #B9B9B9. Windows color (decimal): -1326336 or 50155. OLE color: 50155.
HSL color Cylindrical-coordinate representation of color #EBC300: hue angle of 49.79º 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 #EBC300 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.08 |
| HSL | 49.79º | 1% | 0.46% | - |
| HSV(B) | 49.79º | 1% | 0.92% | - |
| XYZ | 53.78 | 56.69 | 8.11 | - |
| YUV | 184.73 | 23.75 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 0 | 0 | 0.17 | 1 | 0.08 | 49.79 | 1 | 0.46 |
| Hex | EB | C3 | 0 | 0 | 11 | 64 | 8 | 32 | 64 | 2E |
| Octal | 353 | 303 | 0 | 0 | 21 | 144 | 10 | 62 | 144 | 56 |
| Binary | 11101011 | 11000011 | 0 | 0 | 10001 | 1100100 | 1000 | 110010 | 1100100 | 101110 |
Color Harmonies of #EBC300
Complementary color
Monochromatic Colors of #EBC300
Black with #EBC300
Text Example
Text Example
White with #EBC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC300; }
p { color: rgb(235,195,0); }
H1.HeaderClassName
{
color: #EBC300;
}
.AnyTagClassName
{
color: #EBC300;
}
</style>
background-color css
<style>
a { background-color: #EBC300; }
a { background-color: rgb(235,195,0); }
div.DivClassName
{
background-color: #EBC300;
}
.BgClassName
{
background-color: #EBC300;
}
</style>
border-color css
<style>
span { border-color: #EBC300; }
span { border-color: rgb(235,195,0); }
td.TdClassName
{
border-color: #EBC300;
}
.TagClassName
{
border-color: #EBC300;
}
</style>