Shades of Golden Poppy #EEBE0B
Tints of Golden Poppy #EEBE0B
RGB
CMYK
RGB Variations
Color information
#EEBE0B (or 0xEEBE0B) is known color: Golden Poppy. HEX triplet: EE, BE and 0B. RGB value is (238,190,11). Sum of RGB (Red+Green+Blue) = 238+190+11=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE0B is #1141F4. Grayscale: #B8B8B8. Windows color (decimal): -1130997 or 769774. OLE color: 769774.
HSL color Cylindrical-coordinate representation of color #EEBE0B: hue angle of 47.31º 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 #EEBE0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.07 |
| HSL | 47.31º | 0.91% | 0.49% | - |
| HSV(B) | 47.31º | 0.95% | 0.93% | - |
| XYZ | 53.73 | 55.03 | 8.11 | - |
| YUV | 183.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 11 | 0 | 0.20 | 0.95 | 0.07 | 47.31 | 0.91 | 0.49 |
| Hex | EE | BE | B | 0 | 14 | 5F | 7 | 2F | 5B | 31 |
| Octal | 356 | 276 | 13 | 0 | 24 | 137 | 7 | 57 | 133 | 61 |
| Binary | 11101110 | 10111110 | 1011 | 0 | 10100 | 1011111 | 111 | 101111 | 1011011 | 110001 |
Color Harmonies of #EEBE0B
Complementary color
Monochromatic Colors of #EEBE0B
Black with #EEBE0B
Text Example
Text Example
White with #EEBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE0B; }
p { color: rgb(238,190,11); }
H1.HeaderClassName
{
color: #EEBE0B;
}
.AnyTagClassName
{
color: #EEBE0B;
}
</style>
background-color css
<style>
a { background-color: #EEBE0B; }
a { background-color: rgb(238,190,11); }
div.DivClassName
{
background-color: #EEBE0B;
}
.BgClassName
{
background-color: #EEBE0B;
}
</style>
border-color css
<style>
span { border-color: #EEBE0B; }
span { border-color: rgb(238,190,11); }
td.TdClassName
{
border-color: #EEBE0B;
}
.TagClassName
{
border-color: #EEBE0B;
}
</style>