Shades of Golden Poppy #EAB80C
Tints of Golden Poppy #EAB80C
RGB
CMYK
RGB Variations
Color information
#EAB80C (or 0xEAB80C) is known color: Golden Poppy. HEX triplet: EA, B8 and 0C. RGB value is (234,184,12). Sum of RGB (Red+Green+Blue) = 234+184+12=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB80C is #1547F3. Grayscale: #B4B4B4. Windows color (decimal): -1394676 or 833770. OLE color: 833770.
HSL color Cylindrical-coordinate representation of color #EAB80C: hue angle of 46.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAB80C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.08 |
| HSL | 46.49º | 0.9% | 0.48% | - |
| HSV(B) | 46.49º | 0.95% | 0.92% | - |
| XYZ | 51.14 | 51.8 | 7.65 | - |
| YUV | 179.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 12 | 0 | 0.21 | 0.95 | 0.08 | 46.49 | 0.9 | 0.48 |
| Hex | EA | B8 | C | 0 | 15 | 5F | 8 | 2E | 5A | 30 |
| Octal | 352 | 270 | 14 | 0 | 25 | 137 | 10 | 56 | 132 | 60 |
| Binary | 11101010 | 10111000 | 1100 | 0 | 10101 | 1011111 | 1000 | 101110 | 1011010 | 110000 |
Color Harmonies of #EAB80C
Complementary color
Monochromatic Colors of #EAB80C
Black with #EAB80C
Text Example
Text Example
White with #EAB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB80C; }
p { color: rgb(234,184,12); }
H1.HeaderClassName
{
color: #EAB80C;
}
.AnyTagClassName
{
color: #EAB80C;
}
</style>
background-color css
<style>
a { background-color: #EAB80C; }
a { background-color: rgb(234,184,12); }
div.DivClassName
{
background-color: #EAB80C;
}
.BgClassName
{
background-color: #EAB80C;
}
</style>
border-color css
<style>
span { border-color: #EAB80C; }
span { border-color: rgb(234,184,12); }
td.TdClassName
{
border-color: #EAB80C;
}
.TagClassName
{
border-color: #EAB80C;
}
</style>