Shades of Golden Poppy #EEBD0B
Tints of Golden Poppy #EEBD0B
RGB
CMYK
RGB Variations
Color information
#EEBD0B (or 0xEEBD0B) is known color: Golden Poppy. HEX triplet: EE, BD and 0B. RGB value is (238,189,11). Sum of RGB (Red+Green+Blue) = 238+189+11=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBD0B is #1142F4. Grayscale: #B8B8B8. Windows color (decimal): -1131253 or 769518. OLE color: 769518.
HSL color Cylindrical-coordinate representation of color #EEBD0B: hue angle of 47.05º 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 #EEBD0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.07 |
| HSL | 47.05º | 0.91% | 0.49% | - |
| HSV(B) | 47.05º | 0.95% | 0.93% | - |
| XYZ | 53.52 | 54.6 | 8.03 | - |
| YUV | 183.36 | 30.73 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 11 | 0 | 0.21 | 0.95 | 0.07 | 47.05 | 0.91 | 0.49 |
| Hex | EE | BD | B | 0 | 15 | 5F | 7 | 2F | 5B | 31 |
| Octal | 356 | 275 | 13 | 0 | 25 | 137 | 7 | 57 | 133 | 61 |
| Binary | 11101110 | 10111101 | 1011 | 0 | 10101 | 1011111 | 111 | 101111 | 1011011 | 110001 |
Color Harmonies of #EEBD0B
Complementary color
Monochromatic Colors of #EEBD0B
Black with #EEBD0B
Text Example
Text Example
White with #EEBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD0B; }
p { color: rgb(238,189,11); }
H1.HeaderClassName
{
color: #EEBD0B;
}
.AnyTagClassName
{
color: #EEBD0B;
}
</style>
background-color css
<style>
a { background-color: #EEBD0B; }
a { background-color: rgb(238,189,11); }
div.DivClassName
{
background-color: #EEBD0B;
}
.BgClassName
{
background-color: #EEBD0B;
}
</style>
border-color css
<style>
span { border-color: #EEBD0B; }
span { border-color: rgb(238,189,11); }
td.TdClassName
{
border-color: #EEBD0B;
}
.TagClassName
{
border-color: #EEBD0B;
}
</style>