Shades of Golden Poppy #EEBE0C
Tints of Golden Poppy #EEBE0C
RGB
CMYK
RGB Variations
Color information
#EEBE0C (or 0xEEBE0C) is known color: Golden Poppy. HEX triplet: EE, BE and 0C. RGB value is (238,190,12). Sum of RGB (Red+Green+Blue) = 238+190+12=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE0C is #1141F3. Grayscale: #B8B8B8. Windows color (decimal): -1130996 or 835310. OLE color: 835310.
HSL color Cylindrical-coordinate representation of color #EEBE0C: hue angle of 47.26º degrees, saturation: 0.9, 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 #EEBE0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.07 |
| HSL | 47.26º | 0.9% | 0.49% | - |
| HSV(B) | 47.26º | 0.95% | 0.93% | - |
| XYZ | 53.74 | 55.03 | 8.14 | - |
| YUV | 184.06 | 30.9 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 12 | 0 | 0.20 | 0.95 | 0.07 | 47.26 | 0.9 | 0.49 |
| Hex | EE | BE | C | 0 | 14 | 5F | 7 | 2F | 5A | 31 |
| Octal | 356 | 276 | 14 | 0 | 24 | 137 | 7 | 57 | 132 | 61 |
| Binary | 11101110 | 10111110 | 1100 | 0 | 10100 | 1011111 | 111 | 101111 | 1011010 | 110001 |
Color Harmonies of #EEBE0C
Complementary color
Monochromatic Colors of #EEBE0C
Black with #EEBE0C
Text Example
Text Example
White with #EEBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE0C; }
p { color: rgb(238,190,12); }
H1.HeaderClassName
{
color: #EEBE0C;
}
.AnyTagClassName
{
color: #EEBE0C;
}
</style>
background-color css
<style>
a { background-color: #EEBE0C; }
a { background-color: rgb(238,190,12); }
div.DivClassName
{
background-color: #EEBE0C;
}
.BgClassName
{
background-color: #EEBE0C;
}
</style>
border-color css
<style>
span { border-color: #EEBE0C; }
span { border-color: rgb(238,190,12); }
td.TdClassName
{
border-color: #EEBE0C;
}
.TagClassName
{
border-color: #EEBE0C;
}
</style>