Shades of Golden Fizz #ECDF1C
Tints of Golden Fizz #ECDF1C
RGB
CMYK
RGB Variations
Color information
#ECDF1C (or 0xECDF1C) is known color: Golden Fizz. HEX triplet: EC, DF and 1C. RGB value is (236,223,28). Sum of RGB (Red+Green+Blue) = 236+223+28=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF1C is #1320E3. Grayscale: #CDCDCD. Windows color (decimal): -1253604 or 1892332. OLE color: 1892332.
HSL color Cylindrical-coordinate representation of color #ECDF1C: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECDF1C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 28 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.07 |
| HSL | 56.25º | 0.85% | 0.52% | - |
| HSV(B) | 56.25º | 0.88% | 0.93% | - |
| XYZ | 61.19 | 70.69 | 11.52 | - |
| YUV | 204.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 28 | 0 | 0.06 | 0.88 | 0.07 | 56.25 | 0.85 | 0.52 |
| Hex | EC | DF | 1C | 0 | 6 | 58 | 7 | 38 | 55 | 34 |
| Octal | 354 | 337 | 34 | 0 | 6 | 130 | 7 | 70 | 125 | 64 |
| Binary | 11101100 | 11011111 | 11100 | 0 | 110 | 1011000 | 111 | 111000 | 1010101 | 110100 |
Color Harmonies of #ECDF1C
Complementary color
Monochromatic Colors of #ECDF1C
Black with #ECDF1C
Text Example
Text Example
White with #ECDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF1C; }
p { color: rgb(236,223,28); }
H1.HeaderClassName
{
color: #ECDF1C;
}
.AnyTagClassName
{
color: #ECDF1C;
}
</style>
background-color css
<style>
a { background-color: #ECDF1C; }
a { background-color: rgb(236,223,28); }
div.DivClassName
{
background-color: #ECDF1C;
}
.BgClassName
{
background-color: #ECDF1C;
}
</style>
border-color css
<style>
span { border-color: #ECDF1C; }
span { border-color: rgb(236,223,28); }
td.TdClassName
{
border-color: #ECDF1C;
}
.TagClassName
{
border-color: #ECDF1C;
}
</style>