Shades of Golden Poppy #ECB700
Tints of Golden Poppy #ECB700
RGB
CMYK
RGB Variations
Color information
#ECB700 (or 0xECB700) is known color: Golden Poppy. HEX triplet: EC, B7 and 00. RGB value is (236,183,0). Sum of RGB (Red+Green+Blue) = 236+183+0=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB700 is #1348FF. Grayscale: #B2B2B2. Windows color (decimal): -1263872 or 47084. OLE color: 47084.
HSL color Cylindrical-coordinate representation of color #ECB700: hue angle of 46.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.07 |
| HSL | 46.53º | 1% | 0.46% | - |
| HSV(B) | 46.53º | 1% | 0.93% | - |
| XYZ | 51.53 | 51.7 | 7.26 | - |
| YUV | 177.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 0 | 0 | 0.22 | 1 | 0.07 | 46.53 | 1 | 0.46 |
| Hex | EC | B7 | 0 | 0 | 16 | 64 | 7 | 2F | 64 | 2E |
| Octal | 354 | 267 | 0 | 0 | 26 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101100 | 10110111 | 0 | 0 | 10110 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #ECB700
Complementary color
Monochromatic Colors of #ECB700
Black with #ECB700
Text Example
Text Example
White with #ECB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB700; }
p { color: rgb(236,183,0); }
H1.HeaderClassName
{
color: #ECB700;
}
.AnyTagClassName
{
color: #ECB700;
}
</style>
background-color css
<style>
a { background-color: #ECB700; }
a { background-color: rgb(236,183,0); }
div.DivClassName
{
background-color: #ECB700;
}
.BgClassName
{
background-color: #ECB700;
}
</style>
border-color css
<style>
span { border-color: #ECB700; }
span { border-color: rgb(236,183,0); }
td.TdClassName
{
border-color: #ECB700;
}
.TagClassName
{
border-color: #ECB700;
}
</style>