Shades of Golden Poppy #ECB703
Tints of Golden Poppy #ECB703
RGB
CMYK
RGB Variations
Color information
#ECB703 (or 0xECB703) is known color: Golden Poppy. HEX triplet: EC, B7 and 03. RGB value is (236,183,3). Sum of RGB (Red+Green+Blue) = 236+183+3=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB703 is #1348FC. Grayscale: #B3B3B3. Windows color (decimal): -1263869 or 243692. OLE color: 243692.
HSL color Cylindrical-coordinate representation of color #ECB703: hue angle of 46.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB703 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.07 |
| HSL | 46.35º | 0.97% | 0.47% | - |
| HSV(B) | 46.35º | 0.99% | 0.93% | - |
| XYZ | 51.54 | 51.71 | 7.35 | - |
| YUV | 178.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 3 | 0 | 0.22 | 0.99 | 0.07 | 46.35 | 0.97 | 0.47 |
| Hex | EC | B7 | 3 | 0 | 16 | 63 | 7 | 2E | 61 | 2F |
| Octal | 354 | 267 | 3 | 0 | 26 | 143 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110111 | 11 | 0 | 10110 | 1100011 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB703
Complementary color
Monochromatic Colors of #ECB703
Black with #ECB703
Text Example
Text Example
White with #ECB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB703; }
p { color: rgb(236,183,3); }
H1.HeaderClassName
{
color: #ECB703;
}
.AnyTagClassName
{
color: #ECB703;
}
</style>
background-color css
<style>
a { background-color: #ECB703; }
a { background-color: rgb(236,183,3); }
div.DivClassName
{
background-color: #ECB703;
}
.BgClassName
{
background-color: #ECB703;
}
</style>
border-color css
<style>
span { border-color: #ECB703; }
span { border-color: rgb(236,183,3); }
td.TdClassName
{
border-color: #ECB703;
}
.TagClassName
{
border-color: #ECB703;
}
</style>