Shades of Golden Poppy #EAC607
Tints of Golden Poppy #EAC607
RGB
CMYK
RGB Variations
Color information
#EAC607 (or 0xEAC607) is known color: Golden Poppy. HEX triplet: EA, C6 and 07. RGB value is (234,198,7). Sum of RGB (Red+Green+Blue) = 234+198+7=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC607 is #1539F8. Grayscale: #BBBBBB. Windows color (decimal): -1391097 or 509674. OLE color: 509674.
HSL color Cylindrical-coordinate representation of color #EAC607: hue angle of 50.48º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAC607 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.08 |
| HSL | 50.48º | 0.94% | 0.47% | - |
| HSV(B) | 50.48º | 0.97% | 0.92% | - |
| XYZ | 54.16 | 57.9 | 8.52 | - |
| YUV | 186.99 | 26.43 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 7 | 0 | 0.15 | 0.97 | 0.08 | 50.48 | 0.94 | 0.47 |
| Hex | EA | C6 | 7 | 0 | F | 61 | 8 | 32 | 5E | 2F |
| Octal | 352 | 306 | 7 | 0 | 17 | 141 | 10 | 62 | 136 | 57 |
| Binary | 11101010 | 11000110 | 111 | 0 | 1111 | 1100001 | 1000 | 110010 | 1011110 | 101111 |
Color Harmonies of #EAC607
Complementary color
Monochromatic Colors of #EAC607
Black with #EAC607
Text Example
Text Example
White with #EAC607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC607; }
p { color: rgb(234,198,7); }
H1.HeaderClassName
{
color: #EAC607;
}
.AnyTagClassName
{
color: #EAC607;
}
</style>
background-color css
<style>
a { background-color: #EAC607; }
a { background-color: rgb(234,198,7); }
div.DivClassName
{
background-color: #EAC607;
}
.BgClassName
{
background-color: #EAC607;
}
</style>
border-color css
<style>
span { border-color: #EAC607; }
span { border-color: rgb(234,198,7); }
td.TdClassName
{
border-color: #EAC607;
}
.TagClassName
{
border-color: #EAC607;
}
</style>