Shades of Golden Poppy #EEBC0D
Tints of Golden Poppy #EEBC0D
RGB
CMYK
RGB Variations
Color information
#EEBC0D (or 0xEEBC0D) is known color: Golden Poppy. HEX triplet: EE, BC and 0D. RGB value is (238,188,13). Sum of RGB (Red+Green+Blue) = 238+188+13=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC0D is #1143F2. Grayscale: #B7B7B7. Windows color (decimal): -1131507 or 900334. OLE color: 900334.
HSL color Cylindrical-coordinate representation of color #EEBC0D: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEBC0D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.07 |
| HSL | 46.67º | 0.9% | 0.49% | - |
| HSV(B) | 46.67º | 0.95% | 0.93% | - |
| XYZ | 53.32 | 54.17 | 8.03 | - |
| YUV | 183 | 32.07 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 13 | 0 | 0.21 | 0.95 | 0.07 | 46.67 | 0.9 | 0.49 |
| Hex | EE | BC | D | 0 | 15 | 5F | 7 | 2F | 5A | 31 |
| Octal | 356 | 274 | 15 | 0 | 25 | 137 | 7 | 57 | 132 | 61 |
| Binary | 11101110 | 10111100 | 1101 | 0 | 10101 | 1011111 | 111 | 101111 | 1011010 | 110001 |
Color Harmonies of #EEBC0D
Complementary color
Monochromatic Colors of #EEBC0D
Black with #EEBC0D
Text Example
Text Example
White with #EEBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC0D; }
p { color: rgb(238,188,13); }
H1.HeaderClassName
{
color: #EEBC0D;
}
.AnyTagClassName
{
color: #EEBC0D;
}
</style>
background-color css
<style>
a { background-color: #EEBC0D; }
a { background-color: rgb(238,188,13); }
div.DivClassName
{
background-color: #EEBC0D;
}
.BgClassName
{
background-color: #EEBC0D;
}
</style>
border-color css
<style>
span { border-color: #EEBC0D; }
span { border-color: rgb(238,188,13); }
td.TdClassName
{
border-color: #EEBC0D;
}
.TagClassName
{
border-color: #EEBC0D;
}
</style>