Shades of Golden Fizz #ECDF32
Tints of Golden Fizz #ECDF32
RGB
CMYK
RGB Variations
Color information
#ECDF32 (or 0xECDF32) is known color: Golden Fizz. HEX triplet: EC, DF and 32. RGB value is (236,223,50). Sum of RGB (Red+Green+Blue) = 236+223+50=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF32 is #1320CD. Grayscale: #CFCFCF. Windows color (decimal): -1253582 or 3334124. OLE color: 3334124.
HSL color Cylindrical-coordinate representation of color #ECDF32: hue angle of 55.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECDF32 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 50 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.07 |
| HSL | 55.81º | 0.83% | 0.56% | - |
| HSV(B) | 55.81º | 0.79% | 0.93% | - |
| XYZ | 61.56 | 70.84 | 13.45 | - |
| YUV | 207.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 50 | 0 | 0.06 | 0.79 | 0.07 | 55.81 | 0.83 | 0.56 |
| Hex | EC | DF | 32 | 0 | 6 | 4F | 7 | 38 | 53 | 38 |
| Octal | 354 | 337 | 62 | 0 | 6 | 117 | 7 | 70 | 123 | 70 |
| Binary | 11101100 | 11011111 | 110010 | 0 | 110 | 1001111 | 111 | 111000 | 1010011 | 111000 |
Color Harmonies of #ECDF32
Complementary color
Monochromatic Colors of #ECDF32
Black with #ECDF32
Text Example
Text Example
White with #ECDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF32; }
p { color: rgb(236,223,50); }
H1.HeaderClassName
{
color: #ECDF32;
}
.AnyTagClassName
{
color: #ECDF32;
}
</style>
background-color css
<style>
a { background-color: #ECDF32; }
a { background-color: rgb(236,223,50); }
div.DivClassName
{
background-color: #ECDF32;
}
.BgClassName
{
background-color: #ECDF32;
}
</style>
border-color css
<style>
span { border-color: #ECDF32; }
span { border-color: rgb(236,223,50); }
td.TdClassName
{
border-color: #ECDF32;
}
.TagClassName
{
border-color: #ECDF32;
}
</style>