Shades of Golden Yellow #ECE003
Tints of Golden Yellow #ECE003
RGB
CMYK
RGB Variations
Color information
#ECE003 (or 0xECE003) is known color: Golden Yellow. HEX triplet: EC, E0 and 03. RGB value is (236,224,3). Sum of RGB (Red+Green+Blue) = 236+224+3=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE003 is #131FFC. Grayscale: #CBCBCB. Windows color (decimal): -1253373 or 254188. OLE color: 254188.
HSL color Cylindrical-coordinate representation of color #ECE003: hue angle of 56.91º 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 #ECE003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.07 |
| HSL | 56.91º | 0.97% | 0.47% | - |
| HSV(B) | 56.91º | 0.99% | 0.93% | - |
| XYZ | 61.26 | 71.15 | 10.59 | - |
| YUV | 202.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 3 | 0 | 0.05 | 0.99 | 0.07 | 56.91 | 0.97 | 0.47 |
| Hex | EC | E0 | 3 | 0 | 5 | 63 | 7 | 39 | 61 | 2F |
| Octal | 354 | 340 | 3 | 0 | 5 | 143 | 7 | 71 | 141 | 57 |
| Binary | 11101100 | 11100000 | 11 | 0 | 101 | 1100011 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #ECE003
Complementary color
Monochromatic Colors of #ECE003
Black with #ECE003
Text Example
Text Example
White with #ECE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE003; }
p { color: rgb(236,224,3); }
H1.HeaderClassName
{
color: #ECE003;
}
.AnyTagClassName
{
color: #ECE003;
}
</style>
background-color css
<style>
a { background-color: #ECE003; }
a { background-color: rgb(236,224,3); }
div.DivClassName
{
background-color: #ECE003;
}
.BgClassName
{
background-color: #ECE003;
}
</style>
border-color css
<style>
span { border-color: #ECE003; }
span { border-color: rgb(236,224,3); }
td.TdClassName
{
border-color: #ECE003;
}
.TagClassName
{
border-color: #ECE003;
}
</style>