Shades of Golden Fizz #ECEE2A
Tints of Golden Fizz #ECEE2A
RGB
CMYK
RGB Variations
Color information
#ECEE2A (or 0xECEE2A) is known color: Golden Fizz. HEX triplet: EC, EE and 2A. RGB value is (236,238,42). Sum of RGB (Red+Green+Blue) = 236+238+42=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE2A is #1311D5. Grayscale: #D7D7D7. Windows color (decimal): -1249750 or 2813676. OLE color: 2813676.
HSL color Cylindrical-coordinate representation of color #ECEE2A: 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.82%. Process color model (Four color, CMYK) of #ECEE2A is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 42 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.07 |
| HSL | 60.61º | 0.85% | 0.55% | - |
| HSV(B) | 60.61º | 0.82% | 0.93% | - |
| XYZ | 65.58 | 79.15 | 14.01 | - |
| YUV | 215.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 42 | 0.01 | 0 | 0.82 | 0.07 | 60.61 | 0.85 | 0.55 |
| Hex | EC | EE | 2A | 1 | 0 | 52 | 7 | 3D | 55 | 37 |
| Octal | 354 | 356 | 52 | 1 | 0 | 122 | 7 | 75 | 125 | 67 |
| Binary | 11101100 | 11101110 | 101010 | 1 | 0 | 1010010 | 111 | 111101 | 1010101 | 110111 |
Color Harmonies of #ECEE2A
Complementary color
Monochromatic Colors of #ECEE2A
Black with #ECEE2A
Text Example
Text Example
White with #ECEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE2A; }
p { color: rgb(236,238,42); }
H1.HeaderClassName
{
color: #ECEE2A;
}
.AnyTagClassName
{
color: #ECEE2A;
}
</style>
background-color css
<style>
a { background-color: #ECEE2A; }
a { background-color: rgb(236,238,42); }
div.DivClassName
{
background-color: #ECEE2A;
}
.BgClassName
{
background-color: #ECEE2A;
}
</style>
border-color css
<style>
span { border-color: #ECEE2A; }
span { border-color: rgb(236,238,42); }
td.TdClassName
{
border-color: #ECEE2A;
}
.TagClassName
{
border-color: #ECEE2A;
}
</style>