Shades of Golden Poppy #EEC00B
Tints of Golden Poppy #EEC00B
RGB
CMYK
RGB Variations
Color information
#EEC00B (or 0xEEC00B) is known color: Golden Poppy. HEX triplet: EE, C0 and 0B. RGB value is (238,192,11). Sum of RGB (Red+Green+Blue) = 238+192+11=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC00B is #113FF4. Grayscale: #B9B9B9. Windows color (decimal): -1130485 or 770286. OLE color: 770286.
HSL color Cylindrical-coordinate representation of color #EEC00B: hue angle of 47.84º degrees, saturation: 0.91, 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 #EEC00B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 47.84º | 0.91% | 0.49% | - |
| HSV(B) | 47.84º | 0.95% | 0.93% | - |
| XYZ | 54.17 | 55.9 | 8.25 | - |
| YUV | 185.12 | 29.74 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 11 | 0 | 0.19 | 0.95 | 0.07 | 47.84 | 0.91 | 0.49 |
| Hex | EE | C0 | B | 0 | 13 | 5F | 7 | 30 | 5B | 31 |
| Octal | 356 | 300 | 13 | 0 | 23 | 137 | 7 | 60 | 133 | 61 |
| Binary | 11101110 | 11000000 | 1011 | 0 | 10011 | 1011111 | 111 | 110000 | 1011011 | 110001 |
Color Harmonies of #EEC00B
Complementary color
Monochromatic Colors of #EEC00B
Black with #EEC00B
Text Example
Text Example
White with #EEC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC00B; }
p { color: rgb(238,192,11); }
H1.HeaderClassName
{
color: #EEC00B;
}
.AnyTagClassName
{
color: #EEC00B;
}
</style>
background-color css
<style>
a { background-color: #EEC00B; }
a { background-color: rgb(238,192,11); }
div.DivClassName
{
background-color: #EEC00B;
}
.BgClassName
{
background-color: #EEC00B;
}
</style>
border-color css
<style>
span { border-color: #EEC00B; }
span { border-color: rgb(238,192,11); }
td.TdClassName
{
border-color: #EEC00B;
}
.TagClassName
{
border-color: #EEC00B;
}
</style>