Shades of Golden Poppy #ECB70C
Tints of Golden Poppy #ECB70C
RGB
CMYK
RGB Variations
Color information
#ECB70C (or 0xECB70C) is known color: Golden Poppy. HEX triplet: EC, B7 and 0C. RGB value is (236,183,12). Sum of RGB (Red+Green+Blue) = 236+183+12=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB70C is #1348F3. Grayscale: #B4B4B4. Windows color (decimal): -1263860 or 833516. OLE color: 833516.
HSL color Cylindrical-coordinate representation of color #ECB70C: hue angle of 45.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECB70C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 45.8º | 0.9% | 0.49% | - |
| HSV(B) | 45.8º | 0.95% | 0.93% | - |
| XYZ | 51.59 | 51.73 | 7.61 | - |
| YUV | 179.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 12 | 0 | 0.22 | 0.95 | 0.07 | 45.8 | 0.9 | 0.49 |
| Hex | EC | B7 | C | 0 | 16 | 5F | 7 | 2E | 5A | 31 |
| Octal | 354 | 267 | 14 | 0 | 26 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101100 | 10110111 | 1100 | 0 | 10110 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #ECB70C
Complementary color
Monochromatic Colors of #ECB70C
Black with #ECB70C
Text Example
Text Example
White with #ECB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB70C; }
p { color: rgb(236,183,12); }
H1.HeaderClassName
{
color: #ECB70C;
}
.AnyTagClassName
{
color: #ECB70C;
}
</style>
background-color css
<style>
a { background-color: #ECB70C; }
a { background-color: rgb(236,183,12); }
div.DivClassName
{
background-color: #ECB70C;
}
.BgClassName
{
background-color: #ECB70C;
}
</style>
border-color css
<style>
span { border-color: #ECB70C; }
span { border-color: rgb(236,183,12); }
td.TdClassName
{
border-color: #ECB70C;
}
.TagClassName
{
border-color: #ECB70C;
}
</style>