Shades of Golden Yellow #ECE503
Tints of Golden Yellow #ECE503
RGB
CMYK
RGB Variations
Color information
#ECE503 (or 0xECE503) is known color: Golden Yellow. HEX triplet: EC, E5 and 03. RGB value is (236,229,3). Sum of RGB (Red+Green+Blue) = 236+229+3=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE503 is #131AFC. Grayscale: #CECECE. Windows color (decimal): -1252093 or 255468. OLE color: 255468.
HSL color Cylindrical-coordinate representation of color #ECE503: hue angle of 58.2º 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 #ECE503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.07 |
| HSL | 58.2º | 0.97% | 0.47% | - |
| HSV(B) | 58.2º | 0.99% | 0.93% | - |
| XYZ | 62.63 | 73.88 | 11.05 | - |
| YUV | 205.33 | 13.82 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 3 | 0 | 0.03 | 0.99 | 0.07 | 58.2 | 0.97 | 0.47 |
| Hex | EC | E5 | 3 | 0 | 3 | 63 | 7 | 3A | 61 | 2F |
| Octal | 354 | 345 | 3 | 0 | 3 | 143 | 7 | 72 | 141 | 57 |
| Binary | 11101100 | 11100101 | 11 | 0 | 11 | 1100011 | 111 | 111010 | 1100001 | 101111 |
Color Harmonies of #ECE503
Complementary color
Monochromatic Colors of #ECE503
Black with #ECE503
Text Example
Text Example
White with #ECE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE503; }
p { color: rgb(236,229,3); }
H1.HeaderClassName
{
color: #ECE503;
}
.AnyTagClassName
{
color: #ECE503;
}
</style>
background-color css
<style>
a { background-color: #ECE503; }
a { background-color: rgb(236,229,3); }
div.DivClassName
{
background-color: #ECE503;
}
.BgClassName
{
background-color: #ECE503;
}
</style>
border-color css
<style>
span { border-color: #ECE503; }
span { border-color: rgb(236,229,3); }
td.TdClassName
{
border-color: #ECE503;
}
.TagClassName
{
border-color: #ECE503;
}
</style>