Shades of Golden Fizz #ECEE32
Tints of Golden Fizz #ECEE32
RGB
CMYK
RGB Variations
Color information
#ECEE32 (or 0xECEE32) is known color: Golden Fizz. HEX triplet: EC, EE and 32. RGB value is (236,238,50). Sum of RGB (Red+Green+Blue) = 236+238+50=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE32 is #1311CD. Grayscale: #D8D8D8. Windows color (decimal): -1249742 or 3337964. OLE color: 3337964.
HSL color Cylindrical-coordinate representation of color #ECEE32: hue angle of 60.64º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECEE32 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 50 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.07 |
| HSL | 60.64º | 0.85% | 0.56% | - |
| HSV(B) | 60.64º | 0.79% | 0.93% | - |
| XYZ | 65.74 | 79.21 | 14.84 | - |
| YUV | 215.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 50 | 0.01 | 0 | 0.79 | 0.07 | 60.64 | 0.85 | 0.56 |
| Hex | EC | EE | 32 | 1 | 0 | 4F | 7 | 3D | 55 | 38 |
| Octal | 354 | 356 | 62 | 1 | 0 | 117 | 7 | 75 | 125 | 70 |
| Binary | 11101100 | 11101110 | 110010 | 1 | 0 | 1001111 | 111 | 111101 | 1010101 | 111000 |
Color Harmonies of #ECEE32
Complementary color
Monochromatic Colors of #ECEE32
Black with #ECEE32
Text Example
Text Example
White with #ECEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE32; }
p { color: rgb(236,238,50); }
H1.HeaderClassName
{
color: #ECEE32;
}
.AnyTagClassName
{
color: #ECEE32;
}
</style>
background-color css
<style>
a { background-color: #ECEE32; }
a { background-color: rgb(236,238,50); }
div.DivClassName
{
background-color: #ECEE32;
}
.BgClassName
{
background-color: #ECEE32;
}
</style>
border-color css
<style>
span { border-color: #ECEE32; }
span { border-color: rgb(236,238,50); }
td.TdClassName
{
border-color: #ECEE32;
}
.TagClassName
{
border-color: #ECEE32;
}
</style>