Shades of Golden Poppy #ECB907
Tints of Golden Poppy #ECB907
RGB
CMYK
RGB Variations
Color information
#ECB907 (or 0xECB907) is known color: Golden Poppy. HEX triplet: EC, B9 and 07. RGB value is (236,185,7). Sum of RGB (Red+Green+Blue) = 236+185+7=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB907 is #1346F8. Grayscale: #B4B4B4. Windows color (decimal): -1263353 or 506348. OLE color: 506348.
HSL color Cylindrical-coordinate representation of color #ECB907: hue angle of 46.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB907 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.07 |
| HSL | 46.64º | 0.94% | 0.48% | - |
| HSV(B) | 46.64º | 0.97% | 0.93% | - |
| XYZ | 51.98 | 52.55 | 7.6 | - |
| YUV | 179.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 7 | 0 | 0.22 | 0.97 | 0.07 | 46.64 | 0.94 | 0.48 |
| Hex | EC | B9 | 7 | 0 | 16 | 61 | 7 | 2F | 5E | 30 |
| Octal | 354 | 271 | 7 | 0 | 26 | 141 | 7 | 57 | 136 | 60 |
| Binary | 11101100 | 10111001 | 111 | 0 | 10110 | 1100001 | 111 | 101111 | 1011110 | 110000 |
Color Harmonies of #ECB907
Complementary color
Monochromatic Colors of #ECB907
Black with #ECB907
Text Example
Text Example
White with #ECB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB907; }
p { color: rgb(236,185,7); }
H1.HeaderClassName
{
color: #ECB907;
}
.AnyTagClassName
{
color: #ECB907;
}
</style>
background-color css
<style>
a { background-color: #ECB907; }
a { background-color: rgb(236,185,7); }
div.DivClassName
{
background-color: #ECB907;
}
.BgClassName
{
background-color: #ECB907;
}
</style>
border-color css
<style>
span { border-color: #ECB907; }
span { border-color: rgb(236,185,7); }
td.TdClassName
{
border-color: #ECB907;
}
.TagClassName
{
border-color: #ECB907;
}
</style>