Shades of Golden Fizz #ECE62C
Tints of Golden Fizz #ECE62C
RGB
CMYK
RGB Variations
Color information
#ECE62C (or 0xECE62C) is known color: Golden Fizz. HEX triplet: EC, E6 and 2C. RGB value is (236,230,44). Sum of RGB (Red+Green+Blue) = 236+230+44=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE62C is #1319D3. Grayscale: #D3D3D3. Windows color (decimal): -1251796 or 2942700. OLE color: 2942700.
HSL color Cylindrical-coordinate representation of color #ECE62C: hue angle of 58.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECE62C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 44 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 58.13º | 0.83% | 0.55% | - |
| HSV(B) | 58.13º | 0.81% | 0.93% | - |
| XYZ | 63.34 | 74.61 | 13.45 | - |
| YUV | 210.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 44 | 0 | 0.03 | 0.81 | 0.07 | 58.13 | 0.83 | 0.55 |
| Hex | EC | E6 | 2C | 0 | 3 | 51 | 7 | 3A | 53 | 37 |
| Octal | 354 | 346 | 54 | 0 | 3 | 121 | 7 | 72 | 123 | 67 |
| Binary | 11101100 | 11100110 | 101100 | 0 | 11 | 1010001 | 111 | 111010 | 1010011 | 110111 |
Color Harmonies of #ECE62C
Complementary color
Monochromatic Colors of #ECE62C
Black with #ECE62C
Text Example
Text Example
White with #ECE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE62C; }
p { color: rgb(236,230,44); }
H1.HeaderClassName
{
color: #ECE62C;
}
.AnyTagClassName
{
color: #ECE62C;
}
</style>
background-color css
<style>
a { background-color: #ECE62C; }
a { background-color: rgb(236,230,44); }
div.DivClassName
{
background-color: #ECE62C;
}
.BgClassName
{
background-color: #ECE62C;
}
</style>
border-color css
<style>
span { border-color: #ECE62C; }
span { border-color: rgb(236,230,44); }
td.TdClassName
{
border-color: #ECE62C;
}
.TagClassName
{
border-color: #ECE62C;
}
</style>