Shades of Golden Poppy #ECB90C
Tints of Golden Poppy #ECB90C
RGB
CMYK
RGB Variations
Color information
#ECB90C (or 0xECB90C) is known color: Golden Poppy. HEX triplet: EC, B9 and 0C. RGB value is (236,185,12). Sum of RGB (Red+Green+Blue) = 236+185+12=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB90C is #1346F3. Grayscale: #B5B5B5. Windows color (decimal): -1263348 or 834028. OLE color: 834028.
HSL color Cylindrical-coordinate representation of color #ECB90C: hue angle of 46.34º 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 #ECB90C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 46.34º | 0.9% | 0.49% | - |
| HSV(B) | 46.34º | 0.95% | 0.93% | - |
| XYZ | 52.01 | 52.56 | 7.75 | - |
| YUV | 180.53 | 32.9 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 12 | 0 | 0.22 | 0.95 | 0.07 | 46.34 | 0.9 | 0.49 |
| Hex | EC | B9 | C | 0 | 16 | 5F | 7 | 2E | 5A | 31 |
| Octal | 354 | 271 | 14 | 0 | 26 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101100 | 10111001 | 1100 | 0 | 10110 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #ECB90C
Complementary color
Monochromatic Colors of #ECB90C
Black with #ECB90C
Text Example
Text Example
White with #ECB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB90C; }
p { color: rgb(236,185,12); }
H1.HeaderClassName
{
color: #ECB90C;
}
.AnyTagClassName
{
color: #ECB90C;
}
</style>
background-color css
<style>
a { background-color: #ECB90C; }
a { background-color: rgb(236,185,12); }
div.DivClassName
{
background-color: #ECB90C;
}
.BgClassName
{
background-color: #ECB90C;
}
</style>
border-color css
<style>
span { border-color: #ECB90C; }
span { border-color: rgb(236,185,12); }
td.TdClassName
{
border-color: #ECB90C;
}
.TagClassName
{
border-color: #ECB90C;
}
</style>