Shades of Golden Poppy #ECB70A
Tints of Golden Poppy #ECB70A
RGB
CMYK
RGB Variations
Color information
#ECB70A (or 0xECB70A) is known color: Golden Poppy. HEX triplet: EC, B7 and 0A. RGB value is (236,183,10). Sum of RGB (Red+Green+Blue) = 236+183+10=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB70A is #1348F5. Grayscale: #B3B3B3. Windows color (decimal): -1263862 or 702444. OLE color: 702444.
HSL color Cylindrical-coordinate representation of color #ECB70A: hue angle of 45.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECB70A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.07 |
| HSL | 45.93º | 0.92% | 0.48% | - |
| HSV(B) | 45.93º | 0.96% | 0.93% | - |
| XYZ | 51.58 | 51.72 | 7.55 | - |
| YUV | 179.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 10 | 0 | 0.22 | 0.96 | 0.07 | 45.93 | 0.92 | 0.48 |
| Hex | EC | B7 | A | 0 | 16 | 60 | 7 | 2E | 5C | 30 |
| Octal | 354 | 267 | 12 | 0 | 26 | 140 | 7 | 56 | 134 | 60 |
| Binary | 11101100 | 10110111 | 1010 | 0 | 10110 | 1100000 | 111 | 101110 | 1011100 | 110000 |
Color Harmonies of #ECB70A
Complementary color
Monochromatic Colors of #ECB70A
Black with #ECB70A
Text Example
Text Example
White with #ECB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB70A; }
p { color: rgb(236,183,10); }
H1.HeaderClassName
{
color: #ECB70A;
}
.AnyTagClassName
{
color: #ECB70A;
}
</style>
background-color css
<style>
a { background-color: #ECB70A; }
a { background-color: rgb(236,183,10); }
div.DivClassName
{
background-color: #ECB70A;
}
.BgClassName
{
background-color: #ECB70A;
}
</style>
border-color css
<style>
span { border-color: #ECB70A; }
span { border-color: rgb(236,183,10); }
td.TdClassName
{
border-color: #ECB70A;
}
.TagClassName
{
border-color: #ECB70A;
}
</style>