Shades of Golden Fizz #ECDF31
Tints of Golden Fizz #ECDF31
RGB
CMYK
RGB Variations
Color information
#ECDF31 (or 0xECDF31) is known color: Golden Fizz. HEX triplet: EC, DF and 31. RGB value is (236,223,49). Sum of RGB (Red+Green+Blue) = 236+223+49=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF31 is #1320CE. Grayscale: #CFCFCF. Windows color (decimal): -1253583 or 3268588. OLE color: 3268588.
HSL color Cylindrical-coordinate representation of color #ECDF31: hue angle of 55.83º 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 #ECDF31 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.07 |
| HSL | 55.83º | 0.83% | 0.56% | - |
| HSV(B) | 55.83º | 0.79% | 0.93% | - |
| XYZ | 61.53 | 70.83 | 13.33 | - |
| YUV | 207.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 49 | 0 | 0.06 | 0.79 | 0.07 | 55.83 | 0.83 | 0.56 |
| Hex | EC | DF | 31 | 0 | 6 | 4F | 7 | 38 | 53 | 38 |
| Octal | 354 | 337 | 61 | 0 | 6 | 117 | 7 | 70 | 123 | 70 |
| Binary | 11101100 | 11011111 | 110001 | 0 | 110 | 1001111 | 111 | 111000 | 1010011 | 111000 |
Color Harmonies of #ECDF31
Complementary color
Monochromatic Colors of #ECDF31
Black with #ECDF31
Text Example
Text Example
White with #ECDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF31; }
p { color: rgb(236,223,49); }
H1.HeaderClassName
{
color: #ECDF31;
}
.AnyTagClassName
{
color: #ECDF31;
}
</style>
background-color css
<style>
a { background-color: #ECDF31; }
a { background-color: rgb(236,223,49); }
div.DivClassName
{
background-color: #ECDF31;
}
.BgClassName
{
background-color: #ECDF31;
}
</style>
border-color css
<style>
span { border-color: #ECDF31; }
span { border-color: rgb(236,223,49); }
td.TdClassName
{
border-color: #ECDF31;
}
.TagClassName
{
border-color: #ECDF31;
}
</style>