Shades of Golden Poppy #EACB02
Tints of Golden Poppy #EACB02
RGB
CMYK
RGB Variations
Color information
#EACB02 (or 0xEACB02) is known color: Golden Poppy. HEX triplet: EA, CB and 02. RGB value is (234,203,2). Sum of RGB (Red+Green+Blue) = 234+203+2=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB02 is #1534FD. Grayscale: #BEBEBE. Windows color (decimal): -1389822 or 183274. OLE color: 183274.
HSL color Cylindrical-coordinate representation of color #EACB02: hue angle of 51.98º 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 #EACB02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.08 |
| HSL | 51.98º | 0.98% | 0.46% | - |
| HSV(B) | 51.98º | 0.99% | 0.92% | - |
| XYZ | 55.3 | 60.21 | 8.76 | - |
| YUV | 189.36 | 22.27 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 2 | 0 | 0.13 | 0.99 | 0.08 | 51.98 | 0.98 | 0.46 |
| Hex | EA | CB | 2 | 0 | D | 63 | 8 | 34 | 62 | 2E |
| Octal | 352 | 313 | 2 | 0 | 15 | 143 | 10 | 64 | 142 | 56 |
| Binary | 11101010 | 11001011 | 10 | 0 | 1101 | 1100011 | 1000 | 110100 | 1100010 | 101110 |
Color Harmonies of #EACB02
Complementary color
Monochromatic Colors of #EACB02
Black with #EACB02
Text Example
Text Example
White with #EACB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB02; }
p { color: rgb(234,203,2); }
H1.HeaderClassName
{
color: #EACB02;
}
.AnyTagClassName
{
color: #EACB02;
}
</style>
background-color css
<style>
a { background-color: #EACB02; }
a { background-color: rgb(234,203,2); }
div.DivClassName
{
background-color: #EACB02;
}
.BgClassName
{
background-color: #EACB02;
}
</style>
border-color css
<style>
span { border-color: #EACB02; }
span { border-color: rgb(234,203,2); }
td.TdClassName
{
border-color: #EACB02;
}
.TagClassName
{
border-color: #EACB02;
}
</style>