Shades of Golden Fizz #ECDC2F
Tints of Golden Fizz #ECDC2F
RGB
CMYK
RGB Variations
Color information
#ECDC2F (or 0xECDC2F) is known color: Golden Fizz. HEX triplet: EC, DC and 2F. RGB value is (236,220,47). Sum of RGB (Red+Green+Blue) = 236+220+47=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC2F is #1323D0. Grayscale: #CDCDCD. Windows color (decimal): -1254353 or 3136748. OLE color: 3136748.
HSL color Cylindrical-coordinate representation of color #ECDC2F: hue angle of 54.92º 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 #ECDC2F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 47 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.92º | 0.83% | 0.55% | - |
| HSV(B) | 54.92º | 0.8% | 0.93% | - |
| XYZ | 60.7 | 69.22 | 12.85 | - |
| YUV | 205.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 47 | 0 | 0.07 | 0.80 | 0.07 | 54.92 | 0.83 | 0.55 |
| Hex | EC | DC | 2F | 0 | 7 | 50 | 7 | 37 | 53 | 37 |
| Octal | 354 | 334 | 57 | 0 | 7 | 120 | 7 | 67 | 123 | 67 |
| Binary | 11101100 | 11011100 | 101111 | 0 | 111 | 1010000 | 111 | 110111 | 1010011 | 110111 |
Color Harmonies of #ECDC2F
Complementary color
Monochromatic Colors of #ECDC2F
Black with #ECDC2F
Text Example
Text Example
White with #ECDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC2F; }
p { color: rgb(236,220,47); }
H1.HeaderClassName
{
color: #ECDC2F;
}
.AnyTagClassName
{
color: #ECDC2F;
}
</style>
background-color css
<style>
a { background-color: #ECDC2F; }
a { background-color: rgb(236,220,47); }
div.DivClassName
{
background-color: #ECDC2F;
}
.BgClassName
{
background-color: #ECDC2F;
}
</style>
border-color css
<style>
span { border-color: #ECDC2F; }
span { border-color: rgb(236,220,47); }
td.TdClassName
{
border-color: #ECDC2F;
}
.TagClassName
{
border-color: #ECDC2F;
}
</style>