Shades of Golden Yellow #ECE900
Tints of Golden Yellow #ECE900
RGB
CMYK
RGB Variations
Color information
#ECE900 (or 0xECE900) is known color: Golden Yellow. HEX triplet: EC, E9 and 00. RGB value is (236,233,0). Sum of RGB (Red+Green+Blue) = 236+233+0=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE900 is #1316FF. Grayscale: #D0D0D0. Windows color (decimal): -1251072 or 59884. OLE color: 59884.
HSL color Cylindrical-coordinate representation of color #ECE900: hue angle of 59.24º 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 #ECE900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.07 |
| HSL | 59.24º | 1% | 0.46% | - |
| HSV(B) | 59.24º | 1% | 0.93% | - |
| XYZ | 63.73 | 76.11 | 11.33 | - |
| YUV | 207.34 | 10.99 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 0 | 0 | 0.01 | 1 | 0.07 | 59.24 | 1 | 0.46 |
| Hex | EC | E9 | 0 | 0 | 1 | 64 | 7 | 3B | 64 | 2E |
| Octal | 354 | 351 | 0 | 0 | 1 | 144 | 7 | 73 | 144 | 56 |
| Binary | 11101100 | 11101001 | 0 | 0 | 1 | 1100100 | 111 | 111011 | 1100100 | 101110 |
Color Harmonies of #ECE900
Complementary color
Monochromatic Colors of #ECE900
Black with #ECE900
Text Example
Text Example
White with #ECE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE900; }
p { color: rgb(236,233,0); }
H1.HeaderClassName
{
color: #ECE900;
}
.AnyTagClassName
{
color: #ECE900;
}
</style>
background-color css
<style>
a { background-color: #ECE900; }
a { background-color: rgb(236,233,0); }
div.DivClassName
{
background-color: #ECE900;
}
.BgClassName
{
background-color: #ECE900;
}
</style>
border-color css
<style>
span { border-color: #ECE900; }
span { border-color: rgb(236,233,0); }
td.TdClassName
{
border-color: #ECE900;
}
.TagClassName
{
border-color: #ECE900;
}
</style>