Shades of Golden Poppy #EBC302
Tints of Golden Poppy #EBC302
RGB
CMYK
RGB Variations
Color information
#EBC302 (or 0xEBC302) is known color: Golden Poppy. HEX triplet: EB, C3 and 02. RGB value is (235,195,2). Sum of RGB (Red+Green+Blue) = 235+195+2=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC302 is #143CFD. Grayscale: #B9B9B9. Windows color (decimal): -1326334 or 181227. OLE color: 181227.
HSL color Cylindrical-coordinate representation of color #EBC302: hue angle of 49.7º 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 #EBC302 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.08 |
| HSL | 49.7º | 0.98% | 0.46% | - |
| HSV(B) | 49.7º | 0.99% | 0.92% | - |
| XYZ | 53.79 | 56.7 | 8.17 | - |
| YUV | 184.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 2 | 0 | 0.17 | 0.99 | 0.08 | 49.7 | 0.98 | 0.46 |
| Hex | EB | C3 | 2 | 0 | 11 | 63 | 8 | 32 | 62 | 2E |
| Octal | 353 | 303 | 2 | 0 | 21 | 143 | 10 | 62 | 142 | 56 |
| Binary | 11101011 | 11000011 | 10 | 0 | 10001 | 1100011 | 1000 | 110010 | 1100010 | 101110 |
Color Harmonies of #EBC302
Complementary color
Monochromatic Colors of #EBC302
Black with #EBC302
Text Example
Text Example
White with #EBC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC302; }
p { color: rgb(235,195,2); }
H1.HeaderClassName
{
color: #EBC302;
}
.AnyTagClassName
{
color: #EBC302;
}
</style>
background-color css
<style>
a { background-color: #EBC302; }
a { background-color: rgb(235,195,2); }
div.DivClassName
{
background-color: #EBC302;
}
.BgClassName
{
background-color: #EBC302;
}
</style>
border-color css
<style>
span { border-color: #EBC302; }
span { border-color: rgb(235,195,2); }
td.TdClassName
{
border-color: #EBC302;
}
.TagClassName
{
border-color: #EBC302;
}
</style>