Shades of Golden Yellow #ECE501
Tints of Golden Yellow #ECE501
RGB
CMYK
RGB Variations
Color information
#ECE501 (or 0xECE501) is known color: Golden Yellow. HEX triplet: EC, E5 and 01. RGB value is (236,229,1). Sum of RGB (Red+Green+Blue) = 236+229+1=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE501 is #131AFE. Grayscale: #CECECE. Windows color (decimal): -1252095 or 124396. OLE color: 124396.
HSL color Cylindrical-coordinate representation of color #ECE501: hue angle of 58.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECE501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.07 |
| HSL | 58.21º | 0.99% | 0.46% | - |
| HSV(B) | 58.21º | 1% | 0.93% | - |
| XYZ | 62.62 | 73.87 | 10.99 | - |
| YUV | 205.1 | 12.82 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 1 | 0 | 0.03 | 1.00 | 0.07 | 58.21 | 0.99 | 0.46 |
| Hex | EC | E5 | 1 | 0 | 3 | 64 | 7 | 3A | 63 | 2E |
| Octal | 354 | 345 | 1 | 0 | 3 | 144 | 7 | 72 | 143 | 56 |
| Binary | 11101100 | 11100101 | 1 | 0 | 11 | 1100100 | 111 | 111010 | 1100011 | 101110 |
Color Harmonies of #ECE501
Complementary color
Monochromatic Colors of #ECE501
Black with #ECE501
Text Example
Text Example
White with #ECE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE501; }
p { color: rgb(236,229,1); }
H1.HeaderClassName
{
color: #ECE501;
}
.AnyTagClassName
{
color: #ECE501;
}
</style>
background-color css
<style>
a { background-color: #ECE501; }
a { background-color: rgb(236,229,1); }
div.DivClassName
{
background-color: #ECE501;
}
.BgClassName
{
background-color: #ECE501;
}
</style>
border-color css
<style>
span { border-color: #ECE501; }
span { border-color: rgb(236,229,1); }
td.TdClassName
{
border-color: #ECE501;
}
.TagClassName
{
border-color: #ECE501;
}
</style>