Shades of Golden Poppy #EEBB0C
Tints of Golden Poppy #EEBB0C
RGB
CMYK
RGB Variations
Color information
#EEBB0C (or 0xEEBB0C) is known color: Golden Poppy. HEX triplet: EE, BB and 0C. RGB value is (238,187,12). Sum of RGB (Red+Green+Blue) = 238+187+12=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBB0C is #1144F3. Grayscale: #B7B7B7. Windows color (decimal): -1131764 or 834542. OLE color: 834542.
HSL color Cylindrical-coordinate representation of color #EEBB0C: hue angle of 46.46º 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 #EEBB0C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.07 |
| HSL | 46.46º | 0.9% | 0.49% | - |
| HSV(B) | 46.46º | 0.95% | 0.93% | - |
| XYZ | 53.1 | 53.74 | 7.92 | - |
| YUV | 182.3 | 31.9 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 12 | 0 | 0.21 | 0.95 | 0.07 | 46.46 | 0.9 | 0.49 |
| Hex | EE | BB | C | 0 | 15 | 5F | 7 | 2E | 5A | 31 |
| Octal | 356 | 273 | 14 | 0 | 25 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101110 | 10111011 | 1100 | 0 | 10101 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #EEBB0C
Complementary color
Monochromatic Colors of #EEBB0C
Black with #EEBB0C
Text Example
Text Example
White with #EEBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB0C; }
p { color: rgb(238,187,12); }
H1.HeaderClassName
{
color: #EEBB0C;
}
.AnyTagClassName
{
color: #EEBB0C;
}
</style>
background-color css
<style>
a { background-color: #EEBB0C; }
a { background-color: rgb(238,187,12); }
div.DivClassName
{
background-color: #EEBB0C;
}
.BgClassName
{
background-color: #EEBB0C;
}
</style>
border-color css
<style>
span { border-color: #EEBB0C; }
span { border-color: rgb(238,187,12); }
td.TdClassName
{
border-color: #EEBB0C;
}
.TagClassName
{
border-color: #EEBB0C;
}
</style>