Shades of Golden Yellow #ECE502
Tints of Golden Yellow #ECE502
RGB
CMYK
RGB Variations
Color information
#ECE502 (or 0xECE502) is known color: Golden Yellow. HEX triplet: EC, E5 and 02. RGB value is (236,229,2). Sum of RGB (Red+Green+Blue) = 236+229+2=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE502 is #131AFD. Grayscale: #CECECE. Windows color (decimal): -1252094 or 189932. OLE color: 189932.
HSL color Cylindrical-coordinate representation of color #ECE502: hue angle of 58.21º degrees, saturation: 0.98, 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 #ECE502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.07 |
| HSL | 58.21º | 0.98% | 0.47% | - |
| HSV(B) | 58.21º | 0.99% | 0.93% | - |
| XYZ | 62.62 | 73.88 | 11.02 | - |
| YUV | 205.22 | 13.32 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 2 | 0 | 0.03 | 0.99 | 0.07 | 58.21 | 0.98 | 0.47 |
| Hex | EC | E5 | 2 | 0 | 3 | 63 | 7 | 3A | 62 | 2F |
| Octal | 354 | 345 | 2 | 0 | 3 | 143 | 7 | 72 | 142 | 57 |
| Binary | 11101100 | 11100101 | 10 | 0 | 11 | 1100011 | 111 | 111010 | 1100010 | 101111 |
Color Harmonies of #ECE502
Complementary color
Monochromatic Colors of #ECE502
Black with #ECE502
Text Example
Text Example
White with #ECE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE502; }
p { color: rgb(236,229,2); }
H1.HeaderClassName
{
color: #ECE502;
}
.AnyTagClassName
{
color: #ECE502;
}
</style>
background-color css
<style>
a { background-color: #ECE502; }
a { background-color: rgb(236,229,2); }
div.DivClassName
{
background-color: #ECE502;
}
.BgClassName
{
background-color: #ECE502;
}
</style>
border-color css
<style>
span { border-color: #ECE502; }
span { border-color: rgb(236,229,2); }
td.TdClassName
{
border-color: #ECE502;
}
.TagClassName
{
border-color: #ECE502;
}
</style>