Shades of Golden Poppy #EAB803
Tints of Golden Poppy #EAB803
RGB
CMYK
RGB Variations
Color information
#EAB803 (or 0xEAB803) is known color: Golden Poppy. HEX triplet: EA, B8 and 03. RGB value is (234,184,3). Sum of RGB (Red+Green+Blue) = 234+184+3=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB803 is #1547FC. Grayscale: #B3B3B3. Windows color (decimal): -1394685 or 243946. OLE color: 243946.
HSL color Cylindrical-coordinate representation of color #EAB803: hue angle of 47.01º 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 #EAB803 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.08 |
| HSL | 47.01º | 0.97% | 0.46% | - |
| HSV(B) | 47.01º | 0.99% | 0.92% | - |
| XYZ | 51.09 | 51.78 | 7.39 | - |
| YUV | 178.32 | 29.07 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 3 | 0 | 0.21 | 0.99 | 0.08 | 47.01 | 0.97 | 0.46 |
| Hex | EA | B8 | 3 | 0 | 15 | 63 | 8 | 2F | 61 | 2E |
| Octal | 352 | 270 | 3 | 0 | 25 | 143 | 10 | 57 | 141 | 56 |
| Binary | 11101010 | 10111000 | 11 | 0 | 10101 | 1100011 | 1000 | 101111 | 1100001 | 101110 |
Color Harmonies of #EAB803
Complementary color
Monochromatic Colors of #EAB803
Black with #EAB803
Text Example
Text Example
White with #EAB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB803; }
p { color: rgb(234,184,3); }
H1.HeaderClassName
{
color: #EAB803;
}
.AnyTagClassName
{
color: #EAB803;
}
</style>
background-color css
<style>
a { background-color: #EAB803; }
a { background-color: rgb(234,184,3); }
div.DivClassName
{
background-color: #EAB803;
}
.BgClassName
{
background-color: #EAB803;
}
</style>
border-color css
<style>
span { border-color: #EAB803; }
span { border-color: rgb(234,184,3); }
td.TdClassName
{
border-color: #EAB803;
}
.TagClassName
{
border-color: #EAB803;
}
</style>