Shades of Golden Poppy #EAC306
Tints of Golden Poppy #EAC306
RGB
CMYK
RGB Variations
Color information
#EAC306 (or 0xEAC306) is known color: Golden Poppy. HEX triplet: EA, C3 and 06. RGB value is (234,195,6). Sum of RGB (Red+Green+Blue) = 234+195+6=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC306 is #153CF9. Grayscale: #B9B9B9. Windows color (decimal): -1391866 or 443370. OLE color: 443370.
HSL color Cylindrical-coordinate representation of color #EAC306: hue angle of 49.74º degrees, saturation: 0.95, 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 #EAC306 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.08 |
| HSL | 49.74º | 0.95% | 0.47% | - |
| HSV(B) | 49.74º | 0.97% | 0.92% | - |
| XYZ | 53.48 | 56.54 | 8.27 | - |
| YUV | 185.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 6 | 0 | 0.17 | 0.97 | 0.08 | 49.74 | 0.95 | 0.47 |
| Hex | EA | C3 | 6 | 0 | 11 | 61 | 8 | 32 | 5F | 2F |
| Octal | 352 | 303 | 6 | 0 | 21 | 141 | 10 | 62 | 137 | 57 |
| Binary | 11101010 | 11000011 | 110 | 0 | 10001 | 1100001 | 1000 | 110010 | 1011111 | 101111 |
Color Harmonies of #EAC306
Complementary color
Monochromatic Colors of #EAC306
Black with #EAC306
Text Example
Text Example
White with #EAC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC306; }
p { color: rgb(234,195,6); }
H1.HeaderClassName
{
color: #EAC306;
}
.AnyTagClassName
{
color: #EAC306;
}
</style>
background-color css
<style>
a { background-color: #EAC306; }
a { background-color: rgb(234,195,6); }
div.DivClassName
{
background-color: #EAC306;
}
.BgClassName
{
background-color: #EAC306;
}
</style>
border-color css
<style>
span { border-color: #EAC306; }
span { border-color: rgb(234,195,6); }
td.TdClassName
{
border-color: #EAC306;
}
.TagClassName
{
border-color: #EAC306;
}
</style>