Shades of Golden Poppy #EBC70B
Tints of Golden Poppy #EBC70B
RGB
CMYK
RGB Variations
Color information
#EBC70B (or 0xEBC70B) is known color: Golden Poppy. HEX triplet: EB, C7 and 0B. RGB value is (235,199,11). Sum of RGB (Red+Green+Blue) = 235+199+11=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC70B is #1438F4. Grayscale: #BDBDBD. Windows color (decimal): -1325301 or 772075. OLE color: 772075.
HSL color Cylindrical-coordinate representation of color #EBC70B: hue angle of 50.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBC70B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.08 |
| HSL | 50.36º | 0.91% | 0.48% | - |
| HSV(B) | 50.36º | 0.95% | 0.92% | - |
| XYZ | 54.74 | 58.53 | 8.73 | - |
| YUV | 188.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 11 | 0 | 0.15 | 0.95 | 0.08 | 50.36 | 0.91 | 0.48 |
| Hex | EB | C7 | B | 0 | F | 5F | 8 | 32 | 5B | 30 |
| Octal | 353 | 307 | 13 | 0 | 17 | 137 | 10 | 62 | 133 | 60 |
| Binary | 11101011 | 11000111 | 1011 | 0 | 1111 | 1011111 | 1000 | 110010 | 1011011 | 110000 |
Color Harmonies of #EBC70B
Complementary color
Monochromatic Colors of #EBC70B
Black with #EBC70B
Text Example
Text Example
White with #EBC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC70B; }
p { color: rgb(235,199,11); }
H1.HeaderClassName
{
color: #EBC70B;
}
.AnyTagClassName
{
color: #EBC70B;
}
</style>
background-color css
<style>
a { background-color: #EBC70B; }
a { background-color: rgb(235,199,11); }
div.DivClassName
{
background-color: #EBC70B;
}
.BgClassName
{
background-color: #EBC70B;
}
</style>
border-color css
<style>
span { border-color: #EBC70B; }
span { border-color: rgb(235,199,11); }
td.TdClassName
{
border-color: #EBC70B;
}
.TagClassName
{
border-color: #EBC70B;
}
</style>