Shades of Golden Fizz #ECD939
Tints of Golden Fizz #ECD939
RGB
CMYK
RGB Variations
Color information
#ECD939 (or 0xECD939) is known color: Golden Fizz. HEX triplet: EC, D9 and 39. RGB value is (236,217,57). Sum of RGB (Red+Green+Blue) = 236+217+57=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 57 (22.66% from 255 or 11.18% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD939 is #1326C6. Grayscale: #CDCDCD. Windows color (decimal): -1255111 or 3791340. OLE color: 3791340.
HSL color Cylindrical-coordinate representation of color #ECD939: hue angle of 53.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECD939 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 57 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 53.63º | 0.82% | 0.57% | - |
| HSV(B) | 53.63º | 0.76% | 0.93% | - |
| XYZ | 60.14 | 67.75 | 13.78 | - |
| YUV | 204.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 57 | 0 | 0.08 | 0.76 | 0.07 | 53.63 | 0.82 | 0.57 |
| Hex | EC | D9 | 39 | 0 | 8 | 4C | 7 | 36 | 52 | 39 |
| Octal | 354 | 331 | 71 | 0 | 10 | 114 | 7 | 66 | 122 | 71 |
| Binary | 11101100 | 11011001 | 111001 | 0 | 1000 | 1001100 | 111 | 110110 | 1010010 | 111001 |
Color Harmonies of #ECD939
Complementary color
Monochromatic Colors of #ECD939
Black with #ECD939
Text Example
Text Example
White with #ECD939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD939; }
p { color: rgb(236,217,57); }
H1.HeaderClassName
{
color: #ECD939;
}
.AnyTagClassName
{
color: #ECD939;
}
</style>
background-color css
<style>
a { background-color: #ECD939; }
a { background-color: rgb(236,217,57); }
div.DivClassName
{
background-color: #ECD939;
}
.BgClassName
{
background-color: #ECD939;
}
</style>
border-color css
<style>
span { border-color: #ECD939; }
span { border-color: rgb(236,217,57); }
td.TdClassName
{
border-color: #ECD939;
}
.TagClassName
{
border-color: #ECD939;
}
</style>