Shades of Golden Fizz #ECE21F
Tints of Golden Fizz #ECE21F
RGB
CMYK
RGB Variations
Color information
#ECE21F (or 0xECE21F) is known color: Golden Fizz. HEX triplet: EC, E2 and 1F. RGB value is (236,226,31). Sum of RGB (Red+Green+Blue) = 236+226+31=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE21F is #131DE0. Grayscale: #CFCFCF. Windows color (decimal): -1252833 or 2089708. OLE color: 2089708.
HSL color Cylindrical-coordinate representation of color #ECE21F: hue angle of 57.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECE21F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 31 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.07 |
| HSL | 57.07º | 0.84% | 0.52% | - |
| HSV(B) | 57.07º | 0.87% | 0.93% | - |
| XYZ | 62.04 | 72.32 | 11.99 | - |
| YUV | 206.76 | 28.81 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 31 | 0 | 0.04 | 0.87 | 0.07 | 57.07 | 0.84 | 0.52 |
| Hex | EC | E2 | 1F | 0 | 4 | 57 | 7 | 39 | 54 | 34 |
| Octal | 354 | 342 | 37 | 0 | 4 | 127 | 7 | 71 | 124 | 64 |
| Binary | 11101100 | 11100010 | 11111 | 0 | 100 | 1010111 | 111 | 111001 | 1010100 | 110100 |
Color Harmonies of #ECE21F
Complementary color
Monochromatic Colors of #ECE21F
Black with #ECE21F
Text Example
Text Example
White with #ECE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE21F; }
p { color: rgb(236,226,31); }
H1.HeaderClassName
{
color: #ECE21F;
}
.AnyTagClassName
{
color: #ECE21F;
}
</style>
background-color css
<style>
a { background-color: #ECE21F; }
a { background-color: rgb(236,226,31); }
div.DivClassName
{
background-color: #ECE21F;
}
.BgClassName
{
background-color: #ECE21F;
}
</style>
border-color css
<style>
span { border-color: #ECE21F; }
span { border-color: rgb(236,226,31); }
td.TdClassName
{
border-color: #ECE21F;
}
.TagClassName
{
border-color: #ECE21F;
}
</style>