Shades of Golden Fizz #ECD92F
Tints of Golden Fizz #ECD92F
RGB
CMYK
RGB Variations
Color information
#ECD92F (or 0xECD92F) is known color: Golden Fizz. HEX triplet: EC, D9 and 2F. RGB value is (236,217,47). Sum of RGB (Red+Green+Blue) = 236+217+47=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD92F is #1326D0. Grayscale: #CBCBCB. Windows color (decimal): -1255121 or 3135980. OLE color: 3135980.
HSL color Cylindrical-coordinate representation of color #ECD92F: hue angle of 53.97º 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 #ECD92F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.07 |
| HSL | 53.97º | 0.83% | 0.55% | - |
| HSV(B) | 53.97º | 0.8% | 0.93% | - |
| XYZ | 59.92 | 67.66 | 12.59 | - |
| YUV | 203.3 | 39.79 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 47 | 0 | 0.08 | 0.80 | 0.07 | 53.97 | 0.83 | 0.55 |
| Hex | EC | D9 | 2F | 0 | 8 | 50 | 7 | 36 | 53 | 37 |
| Octal | 354 | 331 | 57 | 0 | 10 | 120 | 7 | 66 | 123 | 67 |
| Binary | 11101100 | 11011001 | 101111 | 0 | 1000 | 1010000 | 111 | 110110 | 1010011 | 110111 |
Color Harmonies of #ECD92F
Complementary color
Monochromatic Colors of #ECD92F
Black with #ECD92F
Text Example
Text Example
White with #ECD92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD92F; }
p { color: rgb(236,217,47); }
H1.HeaderClassName
{
color: #ECD92F;
}
.AnyTagClassName
{
color: #ECD92F;
}
</style>
background-color css
<style>
a { background-color: #ECD92F; }
a { background-color: rgb(236,217,47); }
div.DivClassName
{
background-color: #ECD92F;
}
.BgClassName
{
background-color: #ECD92F;
}
</style>
border-color css
<style>
span { border-color: #ECD92F; }
span { border-color: rgb(236,217,47); }
td.TdClassName
{
border-color: #ECD92F;
}
.TagClassName
{
border-color: #ECD92F;
}
</style>