Shades of Golden Fizz #ECE92F
Tints of Golden Fizz #ECE92F
RGB
CMYK
RGB Variations
Color information
#ECE92F (or 0xECE92F) is known color: Golden Fizz. HEX triplet: EC, E9 and 2F. RGB value is (236,233,47). Sum of RGB (Red+Green+Blue) = 236+233+47=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE92F is #1316D0. Grayscale: #D5D5D5. Windows color (decimal): -1251025 or 3140076. OLE color: 3140076.
HSL color Cylindrical-coordinate representation of color #ECE92F: hue angle of 59.05º 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 #ECE92F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 47 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.07 |
| HSL | 59.05º | 0.83% | 0.55% | - |
| HSV(B) | 59.05º | 0.8% | 0.93% | - |
| XYZ | 64.24 | 76.32 | 14.03 | - |
| YUV | 212.69 | 34.49 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 47 | 0 | 0.01 | 0.80 | 0.07 | 59.05 | 0.83 | 0.55 |
| Hex | EC | E9 | 2F | 0 | 1 | 50 | 7 | 3B | 53 | 37 |
| Octal | 354 | 351 | 57 | 0 | 1 | 120 | 7 | 73 | 123 | 67 |
| Binary | 11101100 | 11101001 | 101111 | 0 | 1 | 1010000 | 111 | 111011 | 1010011 | 110111 |
Color Harmonies of #ECE92F
Complementary color
Monochromatic Colors of #ECE92F
Black with #ECE92F
Text Example
Text Example
White with #ECE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE92F; }
p { color: rgb(236,233,47); }
H1.HeaderClassName
{
color: #ECE92F;
}
.AnyTagClassName
{
color: #ECE92F;
}
</style>
background-color css
<style>
a { background-color: #ECE92F; }
a { background-color: rgb(236,233,47); }
div.DivClassName
{
background-color: #ECE92F;
}
.BgClassName
{
background-color: #ECE92F;
}
</style>
border-color css
<style>
span { border-color: #ECE92F; }
span { border-color: rgb(236,233,47); }
td.TdClassName
{
border-color: #ECE92F;
}
.TagClassName
{
border-color: #ECE92F;
}
</style>