Shades of Golden Yellow #ECE105
Tints of Golden Yellow #ECE105
RGB
CMYK
RGB Variations
Color information
#ECE105 (or 0xECE105) is known color: Golden Yellow. HEX triplet: EC, E1 and 05. RGB value is (236,225,5). Sum of RGB (Red+Green+Blue) = 236+225+5=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE105 is #131EFA. Grayscale: #CCCCCC. Windows color (decimal): -1253115 or 385516. OLE color: 385516.
HSL color Cylindrical-coordinate representation of color #ECE105: hue angle of 57.14º 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 #ECE105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 57.14º | 0.96% | 0.47% | - |
| HSV(B) | 57.14º | 0.98% | 0.93% | - |
| XYZ | 61.54 | 71.69 | 10.74 | - |
| YUV | 203.21 | 16.14 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 5 | 0 | 0.05 | 0.98 | 0.07 | 57.14 | 0.96 | 0.47 |
| Hex | EC | E1 | 5 | 0 | 5 | 62 | 7 | 39 | 60 | 2F |
| Octal | 354 | 341 | 5 | 0 | 5 | 142 | 7 | 71 | 140 | 57 |
| Binary | 11101100 | 11100001 | 101 | 0 | 101 | 1100010 | 111 | 111001 | 1100000 | 101111 |
Color Harmonies of #ECE105
Complementary color
Monochromatic Colors of #ECE105
Black with #ECE105
Text Example
Text Example
White with #ECE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE105; }
p { color: rgb(236,225,5); }
H1.HeaderClassName
{
color: #ECE105;
}
.AnyTagClassName
{
color: #ECE105;
}
</style>
background-color css
<style>
a { background-color: #ECE105; }
a { background-color: rgb(236,225,5); }
div.DivClassName
{
background-color: #ECE105;
}
.BgClassName
{
background-color: #ECE105;
}
</style>
border-color css
<style>
span { border-color: #ECE105; }
span { border-color: rgb(236,225,5); }
td.TdClassName
{
border-color: #ECE105;
}
.TagClassName
{
border-color: #ECE105;
}
</style>