Shades of Golden Fizz #ECEF20
Tints of Golden Fizz #ECEF20
RGB
CMYK
RGB Variations
Color information
#ECEF20 (or 0xECEF20) is known color: Golden Fizz. HEX triplet: EC, EF and 20. RGB value is (236,239,32). Sum of RGB (Red+Green+Blue) = 236+239+32=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF20 is #1310DF. Grayscale: #D7D7D7. Windows color (decimal): -1249504 or 2158572. OLE color: 2158572.
HSL color Cylindrical-coordinate representation of color #ECEF20: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECEF20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 32 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.06 |
| HSL | 60.87º | 0.87% | 0.53% | - |
| HSV(B) | 60.87º | 0.87% | 0.94% | - |
| XYZ | 65.72 | 79.67 | 13.28 | - |
| YUV | 214.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 32 | 0.01 | 0 | 0.87 | 0.06 | 60.87 | 0.87 | 0.53 |
| Hex | EC | EF | 20 | 1 | 0 | 57 | 6 | 3D | 57 | 35 |
| Octal | 354 | 357 | 40 | 1 | 0 | 127 | 6 | 75 | 127 | 65 |
| Binary | 11101100 | 11101111 | 100000 | 1 | 0 | 1010111 | 110 | 111101 | 1010111 | 110101 |
Color Harmonies of #ECEF20
Complementary color
Monochromatic Colors of #ECEF20
Black with #ECEF20
Text Example
Text Example
White with #ECEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF20; }
p { color: rgb(236,239,32); }
H1.HeaderClassName
{
color: #ECEF20;
}
.AnyTagClassName
{
color: #ECEF20;
}
</style>
background-color css
<style>
a { background-color: #ECEF20; }
a { background-color: rgb(236,239,32); }
div.DivClassName
{
background-color: #ECEF20;
}
.BgClassName
{
background-color: #ECEF20;
}
</style>
border-color css
<style>
span { border-color: #ECEF20; }
span { border-color: rgb(236,239,32); }
td.TdClassName
{
border-color: #ECEF20;
}
.TagClassName
{
border-color: #ECEF20;
}
</style>