Shades of Golden Fizz #ECEE28
Tints of Golden Fizz #ECEE28
RGB
CMYK
RGB Variations
Color information
#ECEE28 (or 0xECEE28) is known color: Golden Fizz. HEX triplet: EC, EE and 28. RGB value is (236,238,40). Sum of RGB (Red+Green+Blue) = 236+238+40=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE28 is #1311D7. Grayscale: #D7D7D7. Windows color (decimal): -1249752 or 2682604. OLE color: 2682604.
HSL color Cylindrical-coordinate representation of color #ECEE28: hue angle of 60.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECEE28 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 40 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.07 |
| HSL | 60.61º | 0.85% | 0.55% | - |
| HSV(B) | 60.61º | 0.83% | 0.93% | - |
| XYZ | 65.55 | 79.14 | 13.83 | - |
| YUV | 214.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 40 | 0.01 | 0 | 0.83 | 0.07 | 60.61 | 0.85 | 0.55 |
| Hex | EC | EE | 28 | 1 | 0 | 53 | 7 | 3D | 55 | 37 |
| Octal | 354 | 356 | 50 | 1 | 0 | 123 | 7 | 75 | 125 | 67 |
| Binary | 11101100 | 11101110 | 101000 | 1 | 0 | 1010011 | 111 | 111101 | 1010101 | 110111 |
Color Harmonies of #ECEE28
Complementary color
Monochromatic Colors of #ECEE28
Black with #ECEE28
Text Example
Text Example
White with #ECEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE28; }
p { color: rgb(236,238,40); }
H1.HeaderClassName
{
color: #ECEE28;
}
.AnyTagClassName
{
color: #ECEE28;
}
</style>
background-color css
<style>
a { background-color: #ECEE28; }
a { background-color: rgb(236,238,40); }
div.DivClassName
{
background-color: #ECEE28;
}
.BgClassName
{
background-color: #ECEE28;
}
</style>
border-color css
<style>
span { border-color: #ECEE28; }
span { border-color: rgb(236,238,40); }
td.TdClassName
{
border-color: #ECEE28;
}
.TagClassName
{
border-color: #ECEE28;
}
</style>