Shades of Golden Fizz #ECE91F
Tints of Golden Fizz #ECE91F
RGB
CMYK
RGB Variations
Color information
#ECE91F (or 0xECE91F) is known color: Golden Fizz. HEX triplet: EC, E9 and 1F. RGB value is (236,233,31). Sum of RGB (Red+Green+Blue) = 236+233+31=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE91F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE91F is #1316E0. Grayscale: #D3D3D3. Windows color (decimal): -1251041 or 2091500. OLE color: 2091500.
HSL color Cylindrical-coordinate representation of color #ECE91F: hue angle of 59.12º 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 #ECE91F is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 31 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.07 |
| HSL | 59.12º | 0.84% | 0.52% | - |
| HSV(B) | 59.12º | 0.87% | 0.93% | - |
| XYZ | 63.98 | 76.21 | 12.63 | - |
| YUV | 210.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 31 | 0 | 0.01 | 0.87 | 0.07 | 59.12 | 0.84 | 0.52 |
| Hex | EC | E9 | 1F | 0 | 1 | 57 | 7 | 3B | 54 | 34 |
| Octal | 354 | 351 | 37 | 0 | 1 | 127 | 7 | 73 | 124 | 64 |
| Binary | 11101100 | 11101001 | 11111 | 0 | 1 | 1010111 | 111 | 111011 | 1010100 | 110100 |
Color Harmonies of #ECE91F
Complementary color
Monochromatic Colors of #ECE91F
Black with #ECE91F
Text Example
Text Example
White with #ECE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE91F; }
p { color: rgb(236,233,31); }
H1.HeaderClassName
{
color: #ECE91F;
}
.AnyTagClassName
{
color: #ECE91F;
}
</style>
background-color css
<style>
a { background-color: #ECE91F; }
a { background-color: rgb(236,233,31); }
div.DivClassName
{
background-color: #ECE91F;
}
.BgClassName
{
background-color: #ECE91F;
}
</style>
border-color css
<style>
span { border-color: #ECE91F; }
span { border-color: rgb(236,233,31); }
td.TdClassName
{
border-color: #ECE91F;
}
.TagClassName
{
border-color: #ECE91F;
}
</style>