Shades of Golden Yellow #ECE500
Tints of Golden Yellow #ECE500
RGB
CMYK
RGB Variations
Color information
#ECE500 (or 0xECE500) is known color: Golden Yellow. HEX triplet: EC, E5 and 00. RGB value is (236,229,0). Sum of RGB (Red+Green+Blue) = 236+229+0=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE500 is #131AFF. Grayscale: #CDCDCD. Windows color (decimal): -1252096 or 58860. OLE color: 58860.
HSL color Cylindrical-coordinate representation of color #ECE500: hue angle of 58.22º 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 #ECE500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.07 |
| HSL | 58.22º | 1% | 0.46% | - |
| HSV(B) | 58.22º | 1% | 0.93% | - |
| XYZ | 62.61 | 73.87 | 10.96 | - |
| YUV | 204.99 | 12.32 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 0 | 0 | 0.03 | 1 | 0.07 | 58.22 | 1 | 0.46 |
| Hex | EC | E5 | 0 | 0 | 3 | 64 | 7 | 3A | 64 | 2E |
| Octal | 354 | 345 | 0 | 0 | 3 | 144 | 7 | 72 | 144 | 56 |
| Binary | 11101100 | 11100101 | 0 | 0 | 11 | 1100100 | 111 | 111010 | 1100100 | 101110 |
Color Harmonies of #ECE500
Complementary color
Monochromatic Colors of #ECE500
Black with #ECE500
Text Example
Text Example
White with #ECE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE500; }
p { color: rgb(236,229,0); }
H1.HeaderClassName
{
color: #ECE500;
}
.AnyTagClassName
{
color: #ECE500;
}
</style>
background-color css
<style>
a { background-color: #ECE500; }
a { background-color: rgb(236,229,0); }
div.DivClassName
{
background-color: #ECE500;
}
.BgClassName
{
background-color: #ECE500;
}
</style>
border-color css
<style>
span { border-color: #ECE500; }
span { border-color: rgb(236,229,0); }
td.TdClassName
{
border-color: #ECE500;
}
.TagClassName
{
border-color: #ECE500;
}
</style>