Shades of Golden Poppy #EABB03
Tints of Golden Poppy #EABB03
RGB
CMYK
RGB Variations
Color information
#EABB03 (or 0xEABB03) is known color: Golden Poppy. HEX triplet: EA, BB and 03. RGB value is (234,187,3). Sum of RGB (Red+Green+Blue) = 234+187+3=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB03 is #1544FC. Grayscale: #B4B4B4. Windows color (decimal): -1393917 or 244714. OLE color: 244714.
HSL color Cylindrical-coordinate representation of color #EABB03: hue angle of 47.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EABB03 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.08 |
| HSL | 47.79º | 0.97% | 0.46% | - |
| HSV(B) | 47.79º | 0.99% | 0.92% | - |
| XYZ | 51.72 | 53.04 | 7.6 | - |
| YUV | 180.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 3 | 0 | 0.20 | 0.99 | 0.08 | 47.79 | 0.97 | 0.46 |
| Hex | EA | BB | 3 | 0 | 14 | 63 | 8 | 30 | 61 | 2E |
| Octal | 352 | 273 | 3 | 0 | 24 | 143 | 10 | 60 | 141 | 56 |
| Binary | 11101010 | 10111011 | 11 | 0 | 10100 | 1100011 | 1000 | 110000 | 1100001 | 101110 |
Color Harmonies of #EABB03
Complementary color
Monochromatic Colors of #EABB03
Black with #EABB03
Text Example
Text Example
White with #EABB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB03; }
p { color: rgb(234,187,3); }
H1.HeaderClassName
{
color: #EABB03;
}
.AnyTagClassName
{
color: #EABB03;
}
</style>
background-color css
<style>
a { background-color: #EABB03; }
a { background-color: rgb(234,187,3); }
div.DivClassName
{
background-color: #EABB03;
}
.BgClassName
{
background-color: #EABB03;
}
</style>
border-color css
<style>
span { border-color: #EABB03; }
span { border-color: rgb(234,187,3); }
td.TdClassName
{
border-color: #EABB03;
}
.TagClassName
{
border-color: #EABB03;
}
</style>