Shades of Golden Fizz #ECD92E
Tints of Golden Fizz #ECD92E
RGB
CMYK
RGB Variations
Color information
#ECD92E (or 0xECD92E) is known color: Golden Fizz. HEX triplet: EC, D9 and 2E. RGB value is (236,217,46). Sum of RGB (Red+Green+Blue) = 236+217+46=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD92E is #1326D1. Grayscale: #CBCBCB. Windows color (decimal): -1255122 or 3070444. OLE color: 3070444.
HSL color Cylindrical-coordinate representation of color #ECD92E: hue angle of 54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECD92E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 46 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54º | 0.83% | 0.55% | - |
| HSV(B) | 54º | 0.81% | 0.93% | - |
| XYZ | 59.9 | 67.66 | 12.49 | - |
| YUV | 203.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 46 | 0 | 0.08 | 0.81 | 0.07 | 54 | 0.83 | 0.55 |
| Hex | EC | D9 | 2E | 0 | 8 | 51 | 7 | 36 | 53 | 37 |
| Octal | 354 | 331 | 56 | 0 | 10 | 121 | 7 | 66 | 123 | 67 |
| Binary | 11101100 | 11011001 | 101110 | 0 | 1000 | 1010001 | 111 | 110110 | 1010011 | 110111 |
Color Harmonies of #ECD92E
Complementary color
Monochromatic Colors of #ECD92E
Black with #ECD92E
Text Example
Text Example
White with #ECD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD92E; }
p { color: rgb(236,217,46); }
H1.HeaderClassName
{
color: #ECD92E;
}
.AnyTagClassName
{
color: #ECD92E;
}
</style>
background-color css
<style>
a { background-color: #ECD92E; }
a { background-color: rgb(236,217,46); }
div.DivClassName
{
background-color: #ECD92E;
}
.BgClassName
{
background-color: #ECD92E;
}
</style>
border-color css
<style>
span { border-color: #ECD92E; }
span { border-color: rgb(236,217,46); }
td.TdClassName
{
border-color: #ECD92E;
}
.TagClassName
{
border-color: #ECD92E;
}
</style>