Shades of Golden Fizz #ECEE26
Tints of Golden Fizz #ECEE26
RGB
CMYK
RGB Variations
Color information
#ECEE26 (or 0xECEE26) is known color: Golden Fizz. HEX triplet: EC, EE and 26. RGB value is (236,238,38). Sum of RGB (Red+Green+Blue) = 236+238+38=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE26 is #1311D9. Grayscale: #D7D7D7. Windows color (decimal): -1249754 or 2551532. OLE color: 2551532.
HSL color Cylindrical-coordinate representation of color #ECEE26: hue angle of 60.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECEE26 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 38 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.07 |
| HSL | 60.6º | 0.85% | 0.54% | - |
| HSV(B) | 60.6º | 0.84% | 0.93% | - |
| XYZ | 65.52 | 79.12 | 13.65 | - |
| YUV | 214.6 | 28.34 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 38 | 0.01 | 0 | 0.84 | 0.07 | 60.6 | 0.85 | 0.54 |
| Hex | EC | EE | 26 | 1 | 0 | 54 | 7 | 3D | 55 | 36 |
| Octal | 354 | 356 | 46 | 1 | 0 | 124 | 7 | 75 | 125 | 66 |
| Binary | 11101100 | 11101110 | 100110 | 1 | 0 | 1010100 | 111 | 111101 | 1010101 | 110110 |
Color Harmonies of #ECEE26
Complementary color
Monochromatic Colors of #ECEE26
Black with #ECEE26
Text Example
Text Example
White with #ECEE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE26; }
p { color: rgb(236,238,38); }
H1.HeaderClassName
{
color: #ECEE26;
}
.AnyTagClassName
{
color: #ECEE26;
}
</style>
background-color css
<style>
a { background-color: #ECEE26; }
a { background-color: rgb(236,238,38); }
div.DivClassName
{
background-color: #ECEE26;
}
.BgClassName
{
background-color: #ECEE26;
}
</style>
border-color css
<style>
span { border-color: #ECEE26; }
span { border-color: rgb(236,238,38); }
td.TdClassName
{
border-color: #ECEE26;
}
.TagClassName
{
border-color: #ECEE26;
}
</style>