Shades of Golden Poppy #EBC600
Tints of Golden Poppy #EBC600
RGB
CMYK
RGB Variations
Color information
#EBC600 (or 0xEBC600) is known color: Golden Poppy. HEX triplet: EB, C6 and 00. RGB value is (235,198,0). Sum of RGB (Red+Green+Blue) = 235+198+0=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC600 is #1439FF. Grayscale: #BBBBBB. Windows color (decimal): -1325568 or 50923. OLE color: 50923.
HSL color Cylindrical-coordinate representation of color #EBC600: hue angle of 50.55º 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 #EBC600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.08 |
| HSL | 50.55º | 1% | 0.46% | - |
| HSV(B) | 50.55º | 1% | 0.92% | - |
| XYZ | 54.46 | 58.05 | 8.33 | - |
| YUV | 186.49 | 22.76 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 0 | 0 | 0.16 | 1 | 0.08 | 50.55 | 1 | 0.46 |
| Hex | EB | C6 | 0 | 0 | 10 | 64 | 8 | 33 | 64 | 2E |
| Octal | 353 | 306 | 0 | 0 | 20 | 144 | 10 | 63 | 144 | 56 |
| Binary | 11101011 | 11000110 | 0 | 0 | 10000 | 1100100 | 1000 | 110011 | 1100100 | 101110 |
Color Harmonies of #EBC600
Complementary color
Monochromatic Colors of #EBC600
Black with #EBC600
Text Example
Text Example
White with #EBC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC600; }
p { color: rgb(235,198,0); }
H1.HeaderClassName
{
color: #EBC600;
}
.AnyTagClassName
{
color: #EBC600;
}
</style>
background-color css
<style>
a { background-color: #EBC600; }
a { background-color: rgb(235,198,0); }
div.DivClassName
{
background-color: #EBC600;
}
.BgClassName
{
background-color: #EBC600;
}
</style>
border-color css
<style>
span { border-color: #EBC600; }
span { border-color: rgb(235,198,0); }
td.TdClassName
{
border-color: #EBC600;
}
.TagClassName
{
border-color: #EBC600;
}
</style>