Shades of Golden Fizz #ECDA2F
Tints of Golden Fizz #ECDA2F
RGB
CMYK
RGB Variations
Color information
#ECDA2F (or 0xECDA2F) is known color: Golden Fizz. HEX triplet: EC, DA and 2F. RGB value is (236,218,47). Sum of RGB (Red+Green+Blue) = 236+218+47=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA2F is #1325D0. Grayscale: #CCCCCC. Windows color (decimal): -1254865 or 3136236. OLE color: 3136236.
HSL color Cylindrical-coordinate representation of color #ECDA2F: hue angle of 54.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECDA2F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.07 |
| HSL | 54.29º | 0.83% | 0.55% | - |
| HSV(B) | 54.29º | 0.8% | 0.93% | - |
| XYZ | 60.18 | 68.18 | 12.68 | - |
| YUV | 203.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 47 | 0 | 0.08 | 0.80 | 0.07 | 54.29 | 0.83 | 0.55 |
| Hex | EC | DA | 2F | 0 | 8 | 50 | 7 | 36 | 53 | 37 |
| Octal | 354 | 332 | 57 | 0 | 10 | 120 | 7 | 66 | 123 | 67 |
| Binary | 11101100 | 11011010 | 101111 | 0 | 1000 | 1010000 | 111 | 110110 | 1010011 | 110111 |
Color Harmonies of #ECDA2F
Complementary color
Monochromatic Colors of #ECDA2F
Black with #ECDA2F
Text Example
Text Example
White with #ECDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA2F; }
p { color: rgb(236,218,47); }
H1.HeaderClassName
{
color: #ECDA2F;
}
.AnyTagClassName
{
color: #ECDA2F;
}
</style>
background-color css
<style>
a { background-color: #ECDA2F; }
a { background-color: rgb(236,218,47); }
div.DivClassName
{
background-color: #ECDA2F;
}
.BgClassName
{
background-color: #ECDA2F;
}
</style>
border-color css
<style>
span { border-color: #ECDA2F; }
span { border-color: rgb(236,218,47); }
td.TdClassName
{
border-color: #ECDA2F;
}
.TagClassName
{
border-color: #ECDA2F;
}
</style>