Shades of Golden Poppy #EEC80B
Tints of Golden Poppy #EEC80B
RGB
CMYK
RGB Variations
Color information
#EEC80B (or 0xEEC80B) is known color: Golden Poppy. HEX triplet: EE, C8 and 0B. RGB value is (238,200,11). Sum of RGB (Red+Green+Blue) = 238+200+11=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80B is #1137F4. Grayscale: #BEBEBE. Windows color (decimal): -1128437 or 772334. OLE color: 772334.
HSL color Cylindrical-coordinate representation of color #EEC80B: hue angle of 49.96º 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 #EEC80B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.96º | 0.91% | 0.49% | - |
| HSV(B) | 49.96º | 0.95% | 0.93% | - |
| XYZ | 55.97 | 59.51 | 8.85 | - |
| YUV | 189.82 | 27.09 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 11 | 0 | 0.16 | 0.95 | 0.07 | 49.96 | 0.91 | 0.49 |
| Hex | EE | C8 | B | 0 | 10 | 5F | 7 | 32 | 5B | 31 |
| Octal | 356 | 310 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 61 |
| Binary | 11101110 | 11001000 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110001 |
Color Harmonies of #EEC80B
Complementary color
Monochromatic Colors of #EEC80B
Black with #EEC80B
Text Example
Text Example
White with #EEC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC80B; }
p { color: rgb(238,200,11); }
H1.HeaderClassName
{
color: #EEC80B;
}
.AnyTagClassName
{
color: #EEC80B;
}
</style>
background-color css
<style>
a { background-color: #EEC80B; }
a { background-color: rgb(238,200,11); }
div.DivClassName
{
background-color: #EEC80B;
}
.BgClassName
{
background-color: #EEC80B;
}
</style>
border-color css
<style>
span { border-color: #EEC80B; }
span { border-color: rgb(238,200,11); }
td.TdClassName
{
border-color: #EEC80B;
}
.TagClassName
{
border-color: #EEC80B;
}
</style>