Shades of Golden Poppy #EEBD00
Tints of Golden Poppy #EEBD00
RGB
CMYK
RGB Variations
Color information
#EEBD00 (or 0xEEBD00) is known color: Golden Poppy. HEX triplet: EE, BD and 00. RGB value is (238,189,0). Sum of RGB (Red+Green+Blue) = 238+189+0=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBD00 is #1142FF. Grayscale: #B6B6B6. Windows color (decimal): -1131264 or 48622. OLE color: 48622.
HSL color Cylindrical-coordinate representation of color #EEBD00: hue angle of 47.65º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEBD00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.07 |
| HSL | 47.65º | 1% | 0.47% | - |
| HSV(B) | 47.65º | 1% | 0.93% | - |
| XYZ | 53.46 | 54.57 | 7.72 | - |
| YUV | 182.11 | 25.23 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 0 | 0 | 0.21 | 1 | 0.07 | 47.65 | 1 | 0.47 |
| Hex | EE | BD | 0 | 0 | 15 | 64 | 7 | 30 | 64 | 2F |
| Octal | 356 | 275 | 0 | 0 | 25 | 144 | 7 | 60 | 144 | 57 |
| Binary | 11101110 | 10111101 | 0 | 0 | 10101 | 1100100 | 111 | 110000 | 1100100 | 101111 |
Color Harmonies of #EEBD00
Complementary color
Monochromatic Colors of #EEBD00
Black with #EEBD00
Text Example
Text Example
White with #EEBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD00; }
p { color: rgb(238,189,0); }
H1.HeaderClassName
{
color: #EEBD00;
}
.AnyTagClassName
{
color: #EEBD00;
}
</style>
background-color css
<style>
a { background-color: #EEBD00; }
a { background-color: rgb(238,189,0); }
div.DivClassName
{
background-color: #EEBD00;
}
.BgClassName
{
background-color: #EEBD00;
}
</style>
border-color css
<style>
span { border-color: #EEBD00; }
span { border-color: rgb(238,189,0); }
td.TdClassName
{
border-color: #EEBD00;
}
.TagClassName
{
border-color: #EEBD00;
}
</style>