Shades of Golden Fizz #ECE02F
Tints of Golden Fizz #ECE02F
RGB
CMYK
RGB Variations
Color information
#ECE02F (or 0xECE02F) is known color: Golden Fizz. HEX triplet: EC, E0 and 2F. RGB value is (236,224,47). Sum of RGB (Red+Green+Blue) = 236+224+47=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE02F is #131FD0. Grayscale: #D0D0D0. Windows color (decimal): -1253329 or 3137772. OLE color: 3137772.
HSL color Cylindrical-coordinate representation of color #ECE02F: hue angle of 56.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECE02F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 47 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.07 |
| HSL | 56.19º | 0.83% | 0.55% | - |
| HSV(B) | 56.19º | 0.8% | 0.93% | - |
| XYZ | 61.76 | 71.35 | 13.21 | - |
| YUV | 207.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 47 | 0 | 0.05 | 0.80 | 0.07 | 56.19 | 0.83 | 0.55 |
| Hex | EC | E0 | 2F | 0 | 5 | 50 | 7 | 38 | 53 | 37 |
| Octal | 354 | 340 | 57 | 0 | 5 | 120 | 7 | 70 | 123 | 67 |
| Binary | 11101100 | 11100000 | 101111 | 0 | 101 | 1010000 | 111 | 111000 | 1010011 | 110111 |
Color Harmonies of #ECE02F
Complementary color
Monochromatic Colors of #ECE02F
Black with #ECE02F
Text Example
Text Example
White with #ECE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE02F; }
p { color: rgb(236,224,47); }
H1.HeaderClassName
{
color: #ECE02F;
}
.AnyTagClassName
{
color: #ECE02F;
}
</style>
background-color css
<style>
a { background-color: #ECE02F; }
a { background-color: rgb(236,224,47); }
div.DivClassName
{
background-color: #ECE02F;
}
.BgClassName
{
background-color: #ECE02F;
}
</style>
border-color css
<style>
span { border-color: #ECE02F; }
span { border-color: rgb(236,224,47); }
td.TdClassName
{
border-color: #ECE02F;
}
.TagClassName
{
border-color: #ECE02F;
}
</style>