Shades of Golden Fizz #ECEE20
Tints of Golden Fizz #ECEE20
RGB
CMYK
RGB Variations
Color information
#ECEE20 (or 0xECEE20) is known color: Golden Fizz. HEX triplet: EC, EE and 20. RGB value is (236,238,32). Sum of RGB (Red+Green+Blue) = 236+238+32=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE20 is #1311DF. Grayscale: #D6D6D6. Windows color (decimal): -1249760 or 2158316. OLE color: 2158316.
HSL color Cylindrical-coordinate representation of color #ECEE20: hue angle of 60.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECEE20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.07 |
| HSL | 60.58º | 0.86% | 0.53% | - |
| HSV(B) | 60.58º | 0.87% | 0.93% | - |
| XYZ | 65.43 | 79.09 | 13.18 | - |
| YUV | 213.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 32 | 0.01 | 0 | 0.87 | 0.07 | 60.58 | 0.86 | 0.53 |
| Hex | EC | EE | 20 | 1 | 0 | 57 | 7 | 3D | 56 | 35 |
| Octal | 354 | 356 | 40 | 1 | 0 | 127 | 7 | 75 | 126 | 65 |
| Binary | 11101100 | 11101110 | 100000 | 1 | 0 | 1010111 | 111 | 111101 | 1010110 | 110101 |
Color Harmonies of #ECEE20
Complementary color
Monochromatic Colors of #ECEE20
Black with #ECEE20
Text Example
Text Example
White with #ECEE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE20; }
p { color: rgb(236,238,32); }
H1.HeaderClassName
{
color: #ECEE20;
}
.AnyTagClassName
{
color: #ECEE20;
}
</style>
background-color css
<style>
a { background-color: #ECEE20; }
a { background-color: rgb(236,238,32); }
div.DivClassName
{
background-color: #ECEE20;
}
.BgClassName
{
background-color: #ECEE20;
}
</style>
border-color css
<style>
span { border-color: #ECEE20; }
span { border-color: rgb(236,238,32); }
td.TdClassName
{
border-color: #ECEE20;
}
.TagClassName
{
border-color: #ECEE20;
}
</style>