Shades of Golden Poppy #EBC602
Tints of Golden Poppy #EBC602
RGB
CMYK
RGB Variations
Color information
#EBC602 (or 0xEBC602) is known color: Golden Poppy. HEX triplet: EB, C6 and 02. RGB value is (235,198,2). Sum of RGB (Red+Green+Blue) = 235+198+2=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC602 is #1439FD. Grayscale: #BBBBBB. Windows color (decimal): -1325566 or 181995. OLE color: 181995.
HSL color Cylindrical-coordinate representation of color #EBC602: hue angle of 50.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBC602 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.08 |
| HSL | 50.47º | 0.98% | 0.46% | - |
| HSV(B) | 50.47º | 0.99% | 0.92% | - |
| XYZ | 54.47 | 58.05 | 8.39 | - |
| YUV | 186.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 2 | 0 | 0.16 | 0.99 | 0.08 | 50.47 | 0.98 | 0.46 |
| Hex | EB | C6 | 2 | 0 | 10 | 63 | 8 | 32 | 62 | 2E |
| Octal | 353 | 306 | 2 | 0 | 20 | 143 | 10 | 62 | 142 | 56 |
| Binary | 11101011 | 11000110 | 10 | 0 | 10000 | 1100011 | 1000 | 110010 | 1100010 | 101110 |
Color Harmonies of #EBC602
Complementary color
Monochromatic Colors of #EBC602
Black with #EBC602
Text Example
Text Example
White with #EBC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC602; }
p { color: rgb(235,198,2); }
H1.HeaderClassName
{
color: #EBC602;
}
.AnyTagClassName
{
color: #EBC602;
}
</style>
background-color css
<style>
a { background-color: #EBC602; }
a { background-color: rgb(235,198,2); }
div.DivClassName
{
background-color: #EBC602;
}
.BgClassName
{
background-color: #EBC602;
}
</style>
border-color css
<style>
span { border-color: #EBC602; }
span { border-color: rgb(235,198,2); }
td.TdClassName
{
border-color: #EBC602;
}
.TagClassName
{
border-color: #EBC602;
}
</style>