Shades of Golden Fizz #ECE22F
Tints of Golden Fizz #ECE22F
RGB
CMYK
RGB Variations
Color information
#ECE22F (or 0xECE22F) is known color: Golden Fizz. HEX triplet: EC, E2 and 2F. RGB value is (236,226,47). Sum of RGB (Red+Green+Blue) = 236+226+47=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE22F is #131DD0. Grayscale: #D1D1D1. Windows color (decimal): -1252817 or 3138284. OLE color: 3138284.
HSL color Cylindrical-coordinate representation of color #ECE22F: hue angle of 56.83º 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 #ECE22F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.07 |
| HSL | 56.83º | 0.83% | 0.55% | - |
| HSV(B) | 56.83º | 0.8% | 0.93% | - |
| XYZ | 62.3 | 72.43 | 13.39 | - |
| YUV | 208.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 47 | 0 | 0.04 | 0.80 | 0.07 | 56.83 | 0.83 | 0.55 |
| Hex | EC | E2 | 2F | 0 | 4 | 50 | 7 | 39 | 53 | 37 |
| Octal | 354 | 342 | 57 | 0 | 4 | 120 | 7 | 71 | 123 | 67 |
| Binary | 11101100 | 11100010 | 101111 | 0 | 100 | 1010000 | 111 | 111001 | 1010011 | 110111 |
Color Harmonies of #ECE22F
Complementary color
Monochromatic Colors of #ECE22F
Black with #ECE22F
Text Example
Text Example
White with #ECE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE22F; }
p { color: rgb(236,226,47); }
H1.HeaderClassName
{
color: #ECE22F;
}
.AnyTagClassName
{
color: #ECE22F;
}
</style>
background-color css
<style>
a { background-color: #ECE22F; }
a { background-color: rgb(236,226,47); }
div.DivClassName
{
background-color: #ECE22F;
}
.BgClassName
{
background-color: #ECE22F;
}
</style>
border-color css
<style>
span { border-color: #ECE22F; }
span { border-color: rgb(236,226,47); }
td.TdClassName
{
border-color: #ECE22F;
}
.TagClassName
{
border-color: #ECE22F;
}
</style>