Shades of Golden Poppy #EEC70B
Tints of Golden Poppy #EEC70B
RGB
CMYK
RGB Variations
Color information
#EEC70B (or 0xEEC70B) is known color: Golden Poppy. HEX triplet: EE, C7 and 0B. RGB value is (238,199,11). Sum of RGB (Red+Green+Blue) = 238+199+11=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC70B is #1138F4. Grayscale: #BEBEBE. Windows color (decimal): -1128693 or 772078. OLE color: 772078.
HSL color Cylindrical-coordinate representation of color #EEC70B: hue angle of 49.69º 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 #EEC70B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.69º | 0.91% | 0.49% | - |
| HSV(B) | 49.69º | 0.95% | 0.93% | - |
| XYZ | 55.74 | 59.05 | 8.78 | - |
| YUV | 189.23 | 27.42 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 11 | 0 | 0.16 | 0.95 | 0.07 | 49.69 | 0.91 | 0.49 |
| Hex | EE | C7 | B | 0 | 10 | 5F | 7 | 32 | 5B | 31 |
| Octal | 356 | 307 | 13 | 0 | 20 | 137 | 7 | 62 | 133 | 61 |
| Binary | 11101110 | 11000111 | 1011 | 0 | 10000 | 1011111 | 111 | 110010 | 1011011 | 110001 |
Color Harmonies of #EEC70B
Complementary color
Monochromatic Colors of #EEC70B
Black with #EEC70B
Text Example
Text Example
White with #EEC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC70B; }
p { color: rgb(238,199,11); }
H1.HeaderClassName
{
color: #EEC70B;
}
.AnyTagClassName
{
color: #EEC70B;
}
</style>
background-color css
<style>
a { background-color: #EEC70B; }
a { background-color: rgb(238,199,11); }
div.DivClassName
{
background-color: #EEC70B;
}
.BgClassName
{
background-color: #EEC70B;
}
</style>
border-color css
<style>
span { border-color: #EEC70B; }
span { border-color: rgb(238,199,11); }
td.TdClassName
{
border-color: #EEC70B;
}
.TagClassName
{
border-color: #EEC70B;
}
</style>