Shades of Golden Poppy #EACB03
Tints of Golden Poppy #EACB03
RGB
CMYK
RGB Variations
Color information
#EACB03 (or 0xEACB03) is known color: Golden Poppy. HEX triplet: EA, CB and 03. RGB value is (234,203,3). Sum of RGB (Red+Green+Blue) = 234+203+3=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB03 is #1534FC. Grayscale: #BEBEBE. Windows color (decimal): -1389821 or 248810. OLE color: 248810.
HSL color Cylindrical-coordinate representation of color #EACB03: hue angle of 51.95º degrees, saturation: 0.97, 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 #EACB03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.08 |
| HSL | 51.95º | 0.97% | 0.46% | - |
| HSV(B) | 51.95º | 0.99% | 0.92% | - |
| XYZ | 55.3 | 60.21 | 8.79 | - |
| YUV | 189.47 | 22.77 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 3 | 0 | 0.13 | 0.99 | 0.08 | 51.95 | 0.97 | 0.46 |
| Hex | EA | CB | 3 | 0 | D | 63 | 8 | 34 | 61 | 2E |
| Octal | 352 | 313 | 3 | 0 | 15 | 143 | 10 | 64 | 141 | 56 |
| Binary | 11101010 | 11001011 | 11 | 0 | 1101 | 1100011 | 1000 | 110100 | 1100001 | 101110 |
Color Harmonies of #EACB03
Complementary color
Monochromatic Colors of #EACB03
Black with #EACB03
Text Example
Text Example
White with #EACB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB03; }
p { color: rgb(234,203,3); }
H1.HeaderClassName
{
color: #EACB03;
}
.AnyTagClassName
{
color: #EACB03;
}
</style>
background-color css
<style>
a { background-color: #EACB03; }
a { background-color: rgb(234,203,3); }
div.DivClassName
{
background-color: #EACB03;
}
.BgClassName
{
background-color: #EACB03;
}
</style>
border-color css
<style>
span { border-color: #EACB03; }
span { border-color: rgb(234,203,3); }
td.TdClassName
{
border-color: #EACB03;
}
.TagClassName
{
border-color: #EACB03;
}
</style>