Shades of Golden Poppy #EEBC01
Tints of Golden Poppy #EEBC01
RGB
CMYK
RGB Variations
Color information
#EEBC01 (or 0xEEBC01) is known color: Golden Poppy. HEX triplet: EE, BC and 01. RGB value is (238,188,1). Sum of RGB (Red+Green+Blue) = 238+188+1=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC01 is #1143FE. Grayscale: #B6B6B6. Windows color (decimal): -1131519 or 113902. OLE color: 113902.
HSL color Cylindrical-coordinate representation of color #EEBC01: hue angle of 47.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEBC01 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.07 |
| HSL | 47.34º | 0.99% | 0.47% | - |
| HSV(B) | 47.34º | 1% | 0.93% | - |
| XYZ | 53.25 | 54.15 | 7.67 | - |
| YUV | 181.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 1 | 0 | 0.21 | 1.00 | 0.07 | 47.34 | 0.99 | 0.47 |
| Hex | EE | BC | 1 | 0 | 15 | 64 | 7 | 2F | 63 | 2F |
| Octal | 356 | 274 | 1 | 0 | 25 | 144 | 7 | 57 | 143 | 57 |
| Binary | 11101110 | 10111100 | 1 | 0 | 10101 | 1100100 | 111 | 101111 | 1100011 | 101111 |
Color Harmonies of #EEBC01
Complementary color
Monochromatic Colors of #EEBC01
Black with #EEBC01
Text Example
Text Example
White with #EEBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC01; }
p { color: rgb(238,188,1); }
H1.HeaderClassName
{
color: #EEBC01;
}
.AnyTagClassName
{
color: #EEBC01;
}
</style>
background-color css
<style>
a { background-color: #EEBC01; }
a { background-color: rgb(238,188,1); }
div.DivClassName
{
background-color: #EEBC01;
}
.BgClassName
{
background-color: #EEBC01;
}
</style>
border-color css
<style>
span { border-color: #EEBC01; }
span { border-color: rgb(238,188,1); }
td.TdClassName
{
border-color: #EEBC01;
}
.TagClassName
{
border-color: #EEBC01;
}
</style>