Shades of Golden Yellow #ECE001
Tints of Golden Yellow #ECE001
RGB
CMYK
RGB Variations
Color information
#ECE001 (or 0xECE001) is known color: Golden Yellow. HEX triplet: EC, E0 and 01. RGB value is (236,224,1). Sum of RGB (Red+Green+Blue) = 236+224+1=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE001 is #131FFE. Grayscale: #CBCBCB. Windows color (decimal): -1253375 or 123116. OLE color: 123116.
HSL color Cylindrical-coordinate representation of color #ECE001: hue angle of 56.94º 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 #ECE001 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.07 |
| HSL | 56.94º | 0.99% | 0.46% | - |
| HSV(B) | 56.94º | 1% | 0.93% | - |
| XYZ | 61.25 | 71.15 | 10.53 | - |
| YUV | 202.17 | 14.48 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 1 | 0 | 0.05 | 1.00 | 0.07 | 56.94 | 0.99 | 0.46 |
| Hex | EC | E0 | 1 | 0 | 5 | 64 | 7 | 39 | 63 | 2E |
| Octal | 354 | 340 | 1 | 0 | 5 | 144 | 7 | 71 | 143 | 56 |
| Binary | 11101100 | 11100000 | 1 | 0 | 101 | 1100100 | 111 | 111001 | 1100011 | 101110 |
Color Harmonies of #ECE001
Complementary color
Monochromatic Colors of #ECE001
Black with #ECE001
Text Example
Text Example
White with #ECE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE001; }
p { color: rgb(236,224,1); }
H1.HeaderClassName
{
color: #ECE001;
}
.AnyTagClassName
{
color: #ECE001;
}
</style>
background-color css
<style>
a { background-color: #ECE001; }
a { background-color: rgb(236,224,1); }
div.DivClassName
{
background-color: #ECE001;
}
.BgClassName
{
background-color: #ECE001;
}
</style>
border-color css
<style>
span { border-color: #ECE001; }
span { border-color: rgb(236,224,1); }
td.TdClassName
{
border-color: #ECE001;
}
.TagClassName
{
border-color: #ECE001;
}
</style>