Shades of Golden Yellow #ECE005
Tints of Golden Yellow #ECE005
RGB
CMYK
RGB Variations
Color information
#ECE005 (or 0xECE005) is known color: Golden Yellow. HEX triplet: EC, E0 and 05. RGB value is (236,224,5). Sum of RGB (Red+Green+Blue) = 236+224+5=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE005 is #131FFA. Grayscale: #CBCBCB. Windows color (decimal): -1253371 or 385260. OLE color: 385260.
HSL color Cylindrical-coordinate representation of color #ECE005: hue angle of 56.88º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE005 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 56.88º | 0.96% | 0.47% | - |
| HSV(B) | 56.88º | 0.98% | 0.93% | - |
| XYZ | 61.28 | 71.16 | 10.65 | - |
| YUV | 202.62 | 16.48 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 5 | 0 | 0.05 | 0.98 | 0.07 | 56.88 | 0.96 | 0.47 |
| Hex | EC | E0 | 5 | 0 | 5 | 62 | 7 | 39 | 60 | 2F |
| Octal | 354 | 340 | 5 | 0 | 5 | 142 | 7 | 71 | 140 | 57 |
| Binary | 11101100 | 11100000 | 101 | 0 | 101 | 1100010 | 111 | 111001 | 1100000 | 101111 |
Color Harmonies of #ECE005
Complementary color
Monochromatic Colors of #ECE005
Black with #ECE005
Text Example
Text Example
White with #ECE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE005; }
p { color: rgb(236,224,5); }
H1.HeaderClassName
{
color: #ECE005;
}
.AnyTagClassName
{
color: #ECE005;
}
</style>
background-color css
<style>
a { background-color: #ECE005; }
a { background-color: rgb(236,224,5); }
div.DivClassName
{
background-color: #ECE005;
}
.BgClassName
{
background-color: #ECE005;
}
</style>
border-color css
<style>
span { border-color: #ECE005; }
span { border-color: rgb(236,224,5); }
td.TdClassName
{
border-color: #ECE005;
}
.TagClassName
{
border-color: #ECE005;
}
</style>