Shades of Golden Poppy #EEC40B
Tints of Golden Poppy #EEC40B
RGB
CMYK
RGB Variations
Color information
#EEC40B (or 0xEEC40B) is known color: Golden Poppy. HEX triplet: EE, C4 and 0B. RGB value is (238,196,11). Sum of RGB (Red+Green+Blue) = 238+196+11=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC40B is #113BF4. Grayscale: #BCBCBC. Windows color (decimal): -1129461 or 771310. OLE color: 771310.
HSL color Cylindrical-coordinate representation of color #EEC40B: hue angle of 48.9º 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 #EEC40B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.9º | 0.91% | 0.49% | - |
| HSV(B) | 48.9º | 0.95% | 0.93% | - |
| XYZ | 55.06 | 57.68 | 8.55 | - |
| YUV | 187.47 | 28.41 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 11 | 0 | 0.18 | 0.95 | 0.07 | 48.9 | 0.91 | 0.49 |
| Hex | EE | C4 | B | 0 | 12 | 5F | 7 | 31 | 5B | 31 |
| Octal | 356 | 304 | 13 | 0 | 22 | 137 | 7 | 61 | 133 | 61 |
| Binary | 11101110 | 11000100 | 1011 | 0 | 10010 | 1011111 | 111 | 110001 | 1011011 | 110001 |
Color Harmonies of #EEC40B
Complementary color
Monochromatic Colors of #EEC40B
Black with #EEC40B
Text Example
Text Example
White with #EEC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC40B; }
p { color: rgb(238,196,11); }
H1.HeaderClassName
{
color: #EEC40B;
}
.AnyTagClassName
{
color: #EEC40B;
}
</style>
background-color css
<style>
a { background-color: #EEC40B; }
a { background-color: rgb(238,196,11); }
div.DivClassName
{
background-color: #EEC40B;
}
.BgClassName
{
background-color: #EEC40B;
}
</style>
border-color css
<style>
span { border-color: #EEC40B; }
span { border-color: rgb(238,196,11); }
td.TdClassName
{
border-color: #EEC40B;
}
.TagClassName
{
border-color: #EEC40B;
}
</style>