Shades of Golden Poppy #ECC10B
Tints of Golden Poppy #ECC10B
RGB
CMYK
RGB Variations
Color information
#ECC10B (or 0xECC10B) is known color: Golden Poppy. HEX triplet: EC, C1 and 0B. RGB value is (236,193,11). Sum of RGB (Red+Green+Blue) = 236+193+11=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC10B is #133EF4. Grayscale: #B9B9B9. Windows color (decimal): -1261301 or 770540. OLE color: 770540.
HSL color Cylindrical-coordinate representation of color #ECC10B: hue angle of 48.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC10B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.53º | 0.91% | 0.48% | - |
| HSV(B) | 48.53º | 0.95% | 0.93% | - |
| XYZ | 53.72 | 56 | 8.29 | - |
| YUV | 185.11 | 29.75 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 11 | 0 | 0.18 | 0.95 | 0.07 | 48.53 | 0.91 | 0.48 |
| Hex | EC | C1 | B | 0 | 12 | 5F | 7 | 31 | 5B | 30 |
| Octal | 354 | 301 | 13 | 0 | 22 | 137 | 7 | 61 | 133 | 60 |
| Binary | 11101100 | 11000001 | 1011 | 0 | 10010 | 1011111 | 111 | 110001 | 1011011 | 110000 |
Color Harmonies of #ECC10B
Complementary color
Monochromatic Colors of #ECC10B
Black with #ECC10B
Text Example
Text Example
White with #ECC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC10B; }
p { color: rgb(236,193,11); }
H1.HeaderClassName
{
color: #ECC10B;
}
.AnyTagClassName
{
color: #ECC10B;
}
</style>
background-color css
<style>
a { background-color: #ECC10B; }
a { background-color: rgb(236,193,11); }
div.DivClassName
{
background-color: #ECC10B;
}
.BgClassName
{
background-color: #ECC10B;
}
</style>
border-color css
<style>
span { border-color: #ECC10B; }
span { border-color: rgb(236,193,11); }
td.TdClassName
{
border-color: #ECC10B;
}
.TagClassName
{
border-color: #ECC10B;
}
</style>