Shades of Golden Poppy #EEC308
Tints of Golden Poppy #EEC308
RGB
CMYK
RGB Variations
Color information
#EEC308 (or 0xEEC308) is known color: Golden Poppy. HEX triplet: EE, C3 and 08. RGB value is (238,195,8). Sum of RGB (Red+Green+Blue) = 238+195+8=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC308 is #113CF7. Grayscale: #BBBBBB. Windows color (decimal): -1129720 or 574446. OLE color: 574446.
HSL color Cylindrical-coordinate representation of color #EEC308: hue angle of 48.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEC308 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.07 |
| HSL | 48.78º | 0.93% | 0.48% | - |
| HSV(B) | 48.78º | 0.97% | 0.93% | - |
| XYZ | 54.82 | 57.22 | 8.39 | - |
| YUV | 186.54 | 27.25 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 8 | 0 | 0.18 | 0.97 | 0.07 | 48.78 | 0.93 | 0.48 |
| Hex | EE | C3 | 8 | 0 | 12 | 61 | 7 | 31 | 5D | 30 |
| Octal | 356 | 303 | 10 | 0 | 22 | 141 | 7 | 61 | 135 | 60 |
| Binary | 11101110 | 11000011 | 1000 | 0 | 10010 | 1100001 | 111 | 110001 | 1011101 | 110000 |
Color Harmonies of #EEC308
Complementary color
Monochromatic Colors of #EEC308
Black with #EEC308
Text Example
Text Example
White with #EEC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC308; }
p { color: rgb(238,195,8); }
H1.HeaderClassName
{
color: #EEC308;
}
.AnyTagClassName
{
color: #EEC308;
}
</style>
background-color css
<style>
a { background-color: #EEC308; }
a { background-color: rgb(238,195,8); }
div.DivClassName
{
background-color: #EEC308;
}
.BgClassName
{
background-color: #EEC308;
}
</style>
border-color css
<style>
span { border-color: #EEC308; }
span { border-color: rgb(238,195,8); }
td.TdClassName
{
border-color: #EEC308;
}
.TagClassName
{
border-color: #EEC308;
}
</style>