Shades of Golden Fizz #ECE82E
Tints of Golden Fizz #ECE82E
RGB
CMYK
RGB Variations
Color information
#ECE82E (or 0xECE82E) is known color: Golden Fizz. HEX triplet: EC, E8 and 2E. RGB value is (236,232,46). Sum of RGB (Red+Green+Blue) = 236+232+46=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE82E is #1317D1. Grayscale: #D4D4D4. Windows color (decimal): -1251282 or 3074284. OLE color: 3074284.
HSL color Cylindrical-coordinate representation of color #ECE82E: hue angle of 58.74º 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 #ECE82E is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 46 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.07 |
| HSL | 58.74º | 0.83% | 0.55% | - |
| HSV(B) | 58.74º | 0.81% | 0.93% | - |
| XYZ | 63.94 | 75.74 | 13.83 | - |
| YUV | 211.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 46 | 0 | 0.02 | 0.81 | 0.07 | 58.74 | 0.83 | 0.55 |
| Hex | EC | E8 | 2E | 0 | 2 | 51 | 7 | 3B | 53 | 37 |
| Octal | 354 | 350 | 56 | 0 | 2 | 121 | 7 | 73 | 123 | 67 |
| Binary | 11101100 | 11101000 | 101110 | 0 | 10 | 1010001 | 111 | 111011 | 1010011 | 110111 |
Color Harmonies of #ECE82E
Complementary color
Monochromatic Colors of #ECE82E
Black with #ECE82E
Text Example
Text Example
White with #ECE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE82E; }
p { color: rgb(236,232,46); }
H1.HeaderClassName
{
color: #ECE82E;
}
.AnyTagClassName
{
color: #ECE82E;
}
</style>
background-color css
<style>
a { background-color: #ECE82E; }
a { background-color: rgb(236,232,46); }
div.DivClassName
{
background-color: #ECE82E;
}
.BgClassName
{
background-color: #ECE82E;
}
</style>
border-color css
<style>
span { border-color: #ECE82E; }
span { border-color: rgb(236,232,46); }
td.TdClassName
{
border-color: #ECE82E;
}
.TagClassName
{
border-color: #ECE82E;
}
</style>