Shades of Golden Poppy #EBB901
Tints of Golden Poppy #EBB901
RGB
CMYK
RGB Variations
Color information
#EBB901 (or 0xEBB901) is known color: Golden Poppy. HEX triplet: EB, B9 and 01. RGB value is (235,185,1). Sum of RGB (Red+Green+Blue) = 235+185+1=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB901 is #1446FE. Grayscale: #B3B3B3. Windows color (decimal): -1328895 or 113131. OLE color: 113131.
HSL color Cylindrical-coordinate representation of color #EBB901: hue angle of 47.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBB901 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.08 |
| HSL | 47.18º | 0.99% | 0.46% | - |
| HSV(B) | 47.18º | 1% | 0.92% | - |
| XYZ | 51.62 | 52.36 | 7.42 | - |
| YUV | 178.97 | 27.57 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 1 | 0 | 0.21 | 1.00 | 0.08 | 47.18 | 0.99 | 0.46 |
| Hex | EB | B9 | 1 | 0 | 15 | 64 | 8 | 2F | 63 | 2E |
| Octal | 353 | 271 | 1 | 0 | 25 | 144 | 10 | 57 | 143 | 56 |
| Binary | 11101011 | 10111001 | 1 | 0 | 10101 | 1100100 | 1000 | 101111 | 1100011 | 101110 |
Color Harmonies of #EBB901
Complementary color
Monochromatic Colors of #EBB901
Black with #EBB901
Text Example
Text Example
White with #EBB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB901; }
p { color: rgb(235,185,1); }
H1.HeaderClassName
{
color: #EBB901;
}
.AnyTagClassName
{
color: #EBB901;
}
</style>
background-color css
<style>
a { background-color: #EBB901; }
a { background-color: rgb(235,185,1); }
div.DivClassName
{
background-color: #EBB901;
}
.BgClassName
{
background-color: #EBB901;
}
</style>
border-color css
<style>
span { border-color: #EBB901; }
span { border-color: rgb(235,185,1); }
td.TdClassName
{
border-color: #EBB901;
}
.TagClassName
{
border-color: #EBB901;
}
</style>