Shades of Golden Poppy #EAC807
Tints of Golden Poppy #EAC807
RGB
CMYK
RGB Variations
Color information
#EAC807 (or 0xEAC807) is known color: Golden Poppy. HEX triplet: EA, C8 and 07. RGB value is (234,200,7). Sum of RGB (Red+Green+Blue) = 234+200+7=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC807 is #1537F8. Grayscale: #BCBCBC. Windows color (decimal): -1390585 or 510186. OLE color: 510186.
HSL color Cylindrical-coordinate representation of color #EAC807: hue angle of 51.01º 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 #EAC807 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.08 |
| HSL | 51.01º | 0.94% | 0.47% | - |
| HSV(B) | 51.01º | 0.97% | 0.92% | - |
| XYZ | 54.62 | 58.82 | 8.67 | - |
| YUV | 188.16 | 25.76 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 7 | 0 | 0.15 | 0.97 | 0.08 | 51.01 | 0.94 | 0.47 |
| Hex | EA | C8 | 7 | 0 | F | 61 | 8 | 33 | 5E | 2F |
| Octal | 352 | 310 | 7 | 0 | 17 | 141 | 10 | 63 | 136 | 57 |
| Binary | 11101010 | 11001000 | 111 | 0 | 1111 | 1100001 | 1000 | 110011 | 1011110 | 101111 |
Color Harmonies of #EAC807
Complementary color
Monochromatic Colors of #EAC807
Black with #EAC807
Text Example
Text Example
White with #EAC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC807; }
p { color: rgb(234,200,7); }
H1.HeaderClassName
{
color: #EAC807;
}
.AnyTagClassName
{
color: #EAC807;
}
</style>
background-color css
<style>
a { background-color: #EAC807; }
a { background-color: rgb(234,200,7); }
div.DivClassName
{
background-color: #EAC807;
}
.BgClassName
{
background-color: #EAC807;
}
</style>
border-color css
<style>
span { border-color: #EAC807; }
span { border-color: rgb(234,200,7); }
td.TdClassName
{
border-color: #EAC807;
}
.TagClassName
{
border-color: #EAC807;
}
</style>