Shades of Golden Fizz #ECE22B
Tints of Golden Fizz #ECE22B
RGB
CMYK
RGB Variations
Color information
#ECE22B (or 0xECE22B) is known color: Golden Fizz. HEX triplet: EC, E2 and 2B. RGB value is (236,226,43). Sum of RGB (Red+Green+Blue) = 236+226+43=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE22B is #131DD4. Grayscale: #D0D0D0. Windows color (decimal): -1252821 or 2876140. OLE color: 2876140.
HSL color Cylindrical-coordinate representation of color #ECE22B: hue angle of 56.89º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECE22B is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 43 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 56.89º | 0.84% | 0.55% | - |
| HSV(B) | 56.89º | 0.82% | 0.93% | - |
| XYZ | 62.22 | 72.4 | 12.98 | - |
| YUV | 208.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 43 | 0 | 0.04 | 0.82 | 0.07 | 56.89 | 0.84 | 0.55 |
| Hex | EC | E2 | 2B | 0 | 4 | 52 | 7 | 39 | 54 | 37 |
| Octal | 354 | 342 | 53 | 0 | 4 | 122 | 7 | 71 | 124 | 67 |
| Binary | 11101100 | 11100010 | 101011 | 0 | 100 | 1010010 | 111 | 111001 | 1010100 | 110111 |
Color Harmonies of #ECE22B
Complementary color
Monochromatic Colors of #ECE22B
Black with #ECE22B
Text Example
Text Example
White with #ECE22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE22B; }
p { color: rgb(236,226,43); }
H1.HeaderClassName
{
color: #ECE22B;
}
.AnyTagClassName
{
color: #ECE22B;
}
</style>
background-color css
<style>
a { background-color: #ECE22B; }
a { background-color: rgb(236,226,43); }
div.DivClassName
{
background-color: #ECE22B;
}
.BgClassName
{
background-color: #ECE22B;
}
</style>
border-color css
<style>
span { border-color: #ECE22B; }
span { border-color: rgb(236,226,43); }
td.TdClassName
{
border-color: #ECE22B;
}
.TagClassName
{
border-color: #ECE22B;
}
</style>