Shades of Golden Poppy #EBC907
Tints of Golden Poppy #EBC907
RGB
CMYK
RGB Variations
Color information
#EBC907 (or 0xEBC907) is known color: Golden Poppy. HEX triplet: EB, C9 and 07. RGB value is (235,201,7). Sum of RGB (Red+Green+Blue) = 235+201+7=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC907 is #1436F8. Grayscale: #BDBDBD. Windows color (decimal): -1324793 or 510443. OLE color: 510443.
HSL color Cylindrical-coordinate representation of color #EBC907: hue angle of 51.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EBC907 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.08 |
| HSL | 51.05º | 0.94% | 0.47% | - |
| HSV(B) | 51.05º | 0.97% | 0.92% | - |
| XYZ | 55.19 | 59.45 | 8.77 | - |
| YUV | 189.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 7 | 0 | 0.14 | 0.97 | 0.08 | 51.05 | 0.94 | 0.47 |
| Hex | EB | C9 | 7 | 0 | E | 61 | 8 | 33 | 5E | 2F |
| Octal | 353 | 311 | 7 | 0 | 16 | 141 | 10 | 63 | 136 | 57 |
| Binary | 11101011 | 11001001 | 111 | 0 | 1110 | 1100001 | 1000 | 110011 | 1011110 | 101111 |
Color Harmonies of #EBC907
Complementary color
Monochromatic Colors of #EBC907
Black with #EBC907
Text Example
Text Example
White with #EBC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC907; }
p { color: rgb(235,201,7); }
H1.HeaderClassName
{
color: #EBC907;
}
.AnyTagClassName
{
color: #EBC907;
}
</style>
background-color css
<style>
a { background-color: #EBC907; }
a { background-color: rgb(235,201,7); }
div.DivClassName
{
background-color: #EBC907;
}
.BgClassName
{
background-color: #EBC907;
}
</style>
border-color css
<style>
span { border-color: #EBC907; }
span { border-color: rgb(235,201,7); }
td.TdClassName
{
border-color: #EBC907;
}
.TagClassName
{
border-color: #EBC907;
}
</style>