Shades of Golden Fizz #ECE92D
Tints of Golden Fizz #ECE92D
RGB
CMYK
RGB Variations
Color information
#ECE92D (or 0xECE92D) is known color: Golden Fizz. HEX triplet: EC, E9 and 2D. RGB value is (236,233,45). Sum of RGB (Red+Green+Blue) = 236+233+45=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE92D is #1316D2. Grayscale: #D5D5D5. Windows color (decimal): -1251027 or 3009004. OLE color: 3009004.
HSL color Cylindrical-coordinate representation of color #ECE92D: hue angle of 59.06º 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 #ECE92D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 45 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.07 |
| HSL | 59.06º | 0.83% | 0.55% | - |
| HSV(B) | 59.06º | 0.81% | 0.93% | - |
| XYZ | 64.2 | 76.3 | 13.83 | - |
| YUV | 212.47 | 33.49 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 45 | 0 | 0.01 | 0.81 | 0.07 | 59.06 | 0.83 | 0.55 |
| Hex | EC | E9 | 2D | 0 | 1 | 51 | 7 | 3B | 53 | 37 |
| Octal | 354 | 351 | 55 | 0 | 1 | 121 | 7 | 73 | 123 | 67 |
| Binary | 11101100 | 11101001 | 101101 | 0 | 1 | 1010001 | 111 | 111011 | 1010011 | 110111 |
Color Harmonies of #ECE92D
Complementary color
Monochromatic Colors of #ECE92D
Black with #ECE92D
Text Example
Text Example
White with #ECE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE92D; }
p { color: rgb(236,233,45); }
H1.HeaderClassName
{
color: #ECE92D;
}
.AnyTagClassName
{
color: #ECE92D;
}
</style>
background-color css
<style>
a { background-color: #ECE92D; }
a { background-color: rgb(236,233,45); }
div.DivClassName
{
background-color: #ECE92D;
}
.BgClassName
{
background-color: #ECE92D;
}
</style>
border-color css
<style>
span { border-color: #ECE92D; }
span { border-color: rgb(236,233,45); }
td.TdClassName
{
border-color: #ECE92D;
}
.TagClassName
{
border-color: #ECE92D;
}
</style>