Shades of Golden Poppy #ECC30B
Tints of Golden Poppy #ECC30B
RGB
CMYK
RGB Variations
Color information
#ECC30B (or 0xECC30B) is known color: Golden Poppy. HEX triplet: EC, C3 and 0B. RGB value is (236,195,11). Sum of RGB (Red+Green+Blue) = 236+195+11=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC30B is #133CF4. Grayscale: #BBBBBB. Windows color (decimal): -1260789 or 771052. OLE color: 771052.
HSL color Cylindrical-coordinate representation of color #ECC30B: hue angle of 49.07º 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 #ECC30B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.07 |
| HSL | 49.07º | 0.91% | 0.48% | - |
| HSV(B) | 49.07º | 0.95% | 0.93% | - |
| XYZ | 54.17 | 56.89 | 8.44 | - |
| YUV | 186.28 | 29.08 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 11 | 0 | 0.17 | 0.95 | 0.07 | 49.07 | 0.91 | 0.48 |
| Hex | EC | C3 | B | 0 | 11 | 5F | 7 | 31 | 5B | 30 |
| Octal | 354 | 303 | 13 | 0 | 21 | 137 | 7 | 61 | 133 | 60 |
| Binary | 11101100 | 11000011 | 1011 | 0 | 10001 | 1011111 | 111 | 110001 | 1011011 | 110000 |
Color Harmonies of #ECC30B
Complementary color
Monochromatic Colors of #ECC30B
Black with #ECC30B
Text Example
Text Example
White with #ECC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC30B; }
p { color: rgb(236,195,11); }
H1.HeaderClassName
{
color: #ECC30B;
}
.AnyTagClassName
{
color: #ECC30B;
}
</style>
background-color css
<style>
a { background-color: #ECC30B; }
a { background-color: rgb(236,195,11); }
div.DivClassName
{
background-color: #ECC30B;
}
.BgClassName
{
background-color: #ECC30B;
}
</style>
border-color css
<style>
span { border-color: #ECC30B; }
span { border-color: rgb(236,195,11); }
td.TdClassName
{
border-color: #ECC30B;
}
.TagClassName
{
border-color: #ECC30B;
}
</style>