Shades of Golden Poppy #EEBC03
Tints of Golden Poppy #EEBC03
RGB
CMYK
RGB Variations
Color information
#EEBC03 (or 0xEEBC03) is known color: Golden Poppy. HEX triplet: EE, BC and 03. RGB value is (238,188,3). Sum of RGB (Red+Green+Blue) = 238+188+3=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC03 is #1143FC. Grayscale: #B6B6B6. Windows color (decimal): -1131517 or 244974. OLE color: 244974.
HSL color Cylindrical-coordinate representation of color #EEBC03: hue angle of 47.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEBC03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.07 |
| HSL | 47.23º | 0.98% | 0.47% | - |
| HSV(B) | 47.23º | 0.99% | 0.93% | - |
| XYZ | 53.26 | 54.15 | 7.73 | - |
| YUV | 181.86 | 27.07 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 3 | 0 | 0.21 | 0.99 | 0.07 | 47.23 | 0.98 | 0.47 |
| Hex | EE | BC | 3 | 0 | 15 | 63 | 7 | 2F | 62 | 2F |
| Octal | 356 | 274 | 3 | 0 | 25 | 143 | 7 | 57 | 142 | 57 |
| Binary | 11101110 | 10111100 | 11 | 0 | 10101 | 1100011 | 111 | 101111 | 1100010 | 101111 |
Color Harmonies of #EEBC03
Complementary color
Monochromatic Colors of #EEBC03
Black with #EEBC03
Text Example
Text Example
White with #EEBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC03; }
p { color: rgb(238,188,3); }
H1.HeaderClassName
{
color: #EEBC03;
}
.AnyTagClassName
{
color: #EEBC03;
}
</style>
background-color css
<style>
a { background-color: #EEBC03; }
a { background-color: rgb(238,188,3); }
div.DivClassName
{
background-color: #EEBC03;
}
.BgClassName
{
background-color: #EEBC03;
}
</style>
border-color css
<style>
span { border-color: #EEBC03; }
span { border-color: rgb(238,188,3); }
td.TdClassName
{
border-color: #EEBC03;
}
.TagClassName
{
border-color: #EEBC03;
}
</style>