Shades of Golden Poppy #EAC603
Tints of Golden Poppy #EAC603
RGB
CMYK
RGB Variations
Color information
#EAC603 (or 0xEAC603) is known color: Golden Poppy. HEX triplet: EA, C6 and 03. RGB value is (234,198,3). Sum of RGB (Red+Green+Blue) = 234+198+3=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC603 is #1539FC. Grayscale: #BBBBBB. Windows color (decimal): -1391101 or 247530. OLE color: 247530.
HSL color Cylindrical-coordinate representation of color #EAC603: hue angle of 50.65º 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 #EAC603 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.08 |
| HSL | 50.65º | 0.97% | 0.46% | - |
| HSV(B) | 50.65º | 0.99% | 0.92% | - |
| XYZ | 54.14 | 57.89 | 8.41 | - |
| YUV | 186.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 3 | 0 | 0.15 | 0.99 | 0.08 | 50.65 | 0.97 | 0.46 |
| Hex | EA | C6 | 3 | 0 | F | 63 | 8 | 33 | 61 | 2E |
| Octal | 352 | 306 | 3 | 0 | 17 | 143 | 10 | 63 | 141 | 56 |
| Binary | 11101010 | 11000110 | 11 | 0 | 1111 | 1100011 | 1000 | 110011 | 1100001 | 101110 |
Color Harmonies of #EAC603
Complementary color
Monochromatic Colors of #EAC603
Black with #EAC603
Text Example
Text Example
White with #EAC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC603; }
p { color: rgb(234,198,3); }
H1.HeaderClassName
{
color: #EAC603;
}
.AnyTagClassName
{
color: #EAC603;
}
</style>
background-color css
<style>
a { background-color: #EAC603; }
a { background-color: rgb(234,198,3); }
div.DivClassName
{
background-color: #EAC603;
}
.BgClassName
{
background-color: #EAC603;
}
</style>
border-color css
<style>
span { border-color: #EAC603; }
span { border-color: rgb(234,198,3); }
td.TdClassName
{
border-color: #EAC603;
}
.TagClassName
{
border-color: #EAC603;
}
</style>