Shades of Golden Yellow #ECDF00
Tints of Golden Yellow #ECDF00
RGB
CMYK
RGB Variations
Color information
#ECDF00 (or 0xECDF00) is known color: Golden Yellow. HEX triplet: EC, DF and 00. RGB value is (236,223,0). Sum of RGB (Red+Green+Blue) = 236+223+0=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF00 is #1320FF. Grayscale: #CACACA. Windows color (decimal): -1253632 or 57324. OLE color: 57324.
HSL color Cylindrical-coordinate representation of color #ECDF00: hue angle of 56.69º 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 #ECDF00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.07 |
| HSL | 56.69º | 1% | 0.46% | - |
| HSV(B) | 56.69º | 1% | 0.93% | - |
| XYZ | 60.98 | 70.61 | 10.41 | - |
| YUV | 201.47 | 14.31 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 0 | 0 | 0.06 | 1 | 0.07 | 56.69 | 1 | 0.46 |
| Hex | EC | DF | 0 | 0 | 6 | 64 | 7 | 39 | 64 | 2E |
| Octal | 354 | 337 | 0 | 0 | 6 | 144 | 7 | 71 | 144 | 56 |
| Binary | 11101100 | 11011111 | 0 | 0 | 110 | 1100100 | 111 | 111001 | 1100100 | 101110 |
Color Harmonies of #ECDF00
Complementary color
Monochromatic Colors of #ECDF00
Black with #ECDF00
Text Example
Text Example
White with #ECDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF00; }
p { color: rgb(236,223,0); }
H1.HeaderClassName
{
color: #ECDF00;
}
.AnyTagClassName
{
color: #ECDF00;
}
</style>
background-color css
<style>
a { background-color: #ECDF00; }
a { background-color: rgb(236,223,0); }
div.DivClassName
{
background-color: #ECDF00;
}
.BgClassName
{
background-color: #ECDF00;
}
</style>
border-color css
<style>
span { border-color: #ECDF00; }
span { border-color: rgb(236,223,0); }
td.TdClassName
{
border-color: #ECDF00;
}
.TagClassName
{
border-color: #ECDF00;
}
</style>