Shades of Golden Poppy #EAC102
Tints of Golden Poppy #EAC102
RGB
CMYK
RGB Variations
Color information
#EAC102 (or 0xEAC102) is known color: Golden Poppy. HEX triplet: EA, C1 and 02. RGB value is (234,193,2). Sum of RGB (Red+Green+Blue) = 234+193+2=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC102 is #153EFD. Grayscale: #B8B8B8. Windows color (decimal): -1392382 or 180714. OLE color: 180714.
HSL color Cylindrical-coordinate representation of color #EAC102: hue angle of 49.4º degrees, saturation: 0.98, 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 #EAC102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.08 |
| HSL | 49.4º | 0.98% | 0.46% | - |
| HSV(B) | 49.4º | 0.99% | 0.92% | - |
| XYZ | 53.01 | 55.64 | 8 | - |
| YUV | 183.49 | 25.58 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 2 | 0 | 0.18 | 0.99 | 0.08 | 49.4 | 0.98 | 0.46 |
| Hex | EA | C1 | 2 | 0 | 12 | 63 | 8 | 31 | 62 | 2E |
| Octal | 352 | 301 | 2 | 0 | 22 | 143 | 10 | 61 | 142 | 56 |
| Binary | 11101010 | 11000001 | 10 | 0 | 10010 | 1100011 | 1000 | 110001 | 1100010 | 101110 |
Color Harmonies of #EAC102
Complementary color
Monochromatic Colors of #EAC102
Black with #EAC102
Text Example
Text Example
White with #EAC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC102; }
p { color: rgb(234,193,2); }
H1.HeaderClassName
{
color: #EAC102;
}
.AnyTagClassName
{
color: #EAC102;
}
</style>
background-color css
<style>
a { background-color: #EAC102; }
a { background-color: rgb(234,193,2); }
div.DivClassName
{
background-color: #EAC102;
}
.BgClassName
{
background-color: #EAC102;
}
</style>
border-color css
<style>
span { border-color: #EAC102; }
span { border-color: rgb(234,193,2); }
td.TdClassName
{
border-color: #EAC102;
}
.TagClassName
{
border-color: #EAC102;
}
</style>