Shades of Golden Poppy #ECC00C
Tints of Golden Poppy #ECC00C
RGB
CMYK
RGB Variations
Color information
#ECC00C (or 0xECC00C) is known color: Golden Poppy. HEX triplet: EC, C0 and 0C. RGB value is (236,192,12). Sum of RGB (Red+Green+Blue) = 236+192+12=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC00C is #133FF3. Grayscale: #B9B9B9. Windows color (decimal): -1261556 or 835820. OLE color: 835820.
HSL color Cylindrical-coordinate representation of color #ECC00C: hue angle of 48.21º 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 #ECC00C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 48.21º | 0.9% | 0.49% | - |
| HSV(B) | 48.21º | 0.95% | 0.93% | - |
| XYZ | 53.51 | 55.56 | 8.25 | - |
| YUV | 184.64 | 30.58 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 12 | 0 | 0.19 | 0.95 | 0.07 | 48.21 | 0.9 | 0.49 |
| Hex | EC | C0 | C | 0 | 13 | 5F | 7 | 30 | 5A | 31 |
| Octal | 354 | 300 | 14 | 0 | 23 | 137 | 7 | 60 | 132 | 61 |
| Binary | 11101100 | 11000000 | 1100 | 0 | 10011 | 1011111 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #ECC00C
Complementary color
Monochromatic Colors of #ECC00C
Black with #ECC00C
Text Example
Text Example
White with #ECC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC00C; }
p { color: rgb(236,192,12); }
H1.HeaderClassName
{
color: #ECC00C;
}
.AnyTagClassName
{
color: #ECC00C;
}
</style>
background-color css
<style>
a { background-color: #ECC00C; }
a { background-color: rgb(236,192,12); }
div.DivClassName
{
background-color: #ECC00C;
}
.BgClassName
{
background-color: #ECC00C;
}
</style>
border-color css
<style>
span { border-color: #ECC00C; }
span { border-color: rgb(236,192,12); }
td.TdClassName
{
border-color: #ECC00C;
}
.TagClassName
{
border-color: #ECC00C;
}
</style>