Shades of Golden Poppy #EACB00
Tints of Golden Poppy #EACB00
RGB
CMYK
RGB Variations
Color information
#EACB00 (or 0xEACB00) is known color: Golden Poppy. HEX triplet: EA, CB and 00. RGB value is (234,203,0). Sum of RGB (Red+Green+Blue) = 234+203+0=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB00 is #1534FF. Grayscale: #BDBDBD. Windows color (decimal): -1389824 or 52202. OLE color: 52202.
HSL color Cylindrical-coordinate representation of color #EACB00: hue angle of 52.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EACB00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.08 |
| HSL | 52.05º | 1% | 0.46% | - |
| HSV(B) | 52.05º | 1% | 0.92% | - |
| XYZ | 55.29 | 60.2 | 8.71 | - |
| YUV | 189.13 | 21.27 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 0 | 0 | 0.13 | 1 | 0.08 | 52.05 | 1 | 0.46 |
| Hex | EA | CB | 0 | 0 | D | 64 | 8 | 34 | 64 | 2E |
| Octal | 352 | 313 | 0 | 0 | 15 | 144 | 10 | 64 | 144 | 56 |
| Binary | 11101010 | 11001011 | 0 | 0 | 1101 | 1100100 | 1000 | 110100 | 1100100 | 101110 |
Color Harmonies of #EACB00
Complementary color
Monochromatic Colors of #EACB00
Black with #EACB00
Text Example
Text Example
White with #EACB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB00; }
p { color: rgb(234,203,0); }
H1.HeaderClassName
{
color: #EACB00;
}
.AnyTagClassName
{
color: #EACB00;
}
</style>
background-color css
<style>
a { background-color: #EACB00; }
a { background-color: rgb(234,203,0); }
div.DivClassName
{
background-color: #EACB00;
}
.BgClassName
{
background-color: #EACB00;
}
</style>
border-color css
<style>
span { border-color: #EACB00; }
span { border-color: rgb(234,203,0); }
td.TdClassName
{
border-color: #EACB00;
}
.TagClassName
{
border-color: #EACB00;
}
</style>