Shades of Golden Fizz #ECDF29
Tints of Golden Fizz #ECDF29
RGB
CMYK
RGB Variations
Color information
#ECDF29 (or 0xECDF29) is known color: Golden Fizz. HEX triplet: EC, DF and 29. RGB value is (236,223,41). Sum of RGB (Red+Green+Blue) = 236+223+41=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF29 is #1320D6. Grayscale: #CECECE. Windows color (decimal): -1253591 or 2744300. OLE color: 2744300.
HSL color Cylindrical-coordinate representation of color #ECDF29: hue angle of 56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECDF29 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 41 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.07 |
| HSL | 56º | 0.84% | 0.54% | - |
| HSV(B) | 56º | 0.83% | 0.93% | - |
| XYZ | 61.38 | 70.77 | 12.52 | - |
| YUV | 206.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 41 | 0 | 0.06 | 0.83 | 0.07 | 56 | 0.84 | 0.54 |
| Hex | EC | DF | 29 | 0 | 6 | 53 | 7 | 38 | 54 | 36 |
| Octal | 354 | 337 | 51 | 0 | 6 | 123 | 7 | 70 | 124 | 66 |
| Binary | 11101100 | 11011111 | 101001 | 0 | 110 | 1010011 | 111 | 111000 | 1010100 | 110110 |
Color Harmonies of #ECDF29
Complementary color
Monochromatic Colors of #ECDF29
Black with #ECDF29
Text Example
Text Example
White with #ECDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF29; }
p { color: rgb(236,223,41); }
H1.HeaderClassName
{
color: #ECDF29;
}
.AnyTagClassName
{
color: #ECDF29;
}
</style>
background-color css
<style>
a { background-color: #ECDF29; }
a { background-color: rgb(236,223,41); }
div.DivClassName
{
background-color: #ECDF29;
}
.BgClassName
{
background-color: #ECDF29;
}
</style>
border-color css
<style>
span { border-color: #ECDF29; }
span { border-color: rgb(236,223,41); }
td.TdClassName
{
border-color: #ECDF29;
}
.TagClassName
{
border-color: #ECDF29;
}
</style>