Shades of Golden Fizz #ECE83A
Tints of Golden Fizz #ECE83A
RGB
CMYK
RGB Variations
Color information
#ECE83A (or 0xECE83A) is known color: Golden Fizz. HEX triplet: EC, E8 and 3A. RGB value is (236,232,58). Sum of RGB (Red+Green+Blue) = 236+232+58=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE83A is #1317C5. Grayscale: #D6D6D6. Windows color (decimal): -1251270 or 3860716. OLE color: 3860716.
HSL color Cylindrical-coordinate representation of color #ECE83A: hue angle of 58.65º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECE83A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 58 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.07 |
| HSL | 58.65º | 0.82% | 0.58% | - |
| HSV(B) | 58.65º | 0.75% | 0.93% | - |
| XYZ | 64.21 | 75.85 | 15.26 | - |
| YUV | 213.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 58 | 0 | 0.02 | 0.75 | 0.07 | 58.65 | 0.82 | 0.58 |
| Hex | EC | E8 | 3A | 0 | 2 | 4B | 7 | 3B | 52 | 3A |
| Octal | 354 | 350 | 72 | 0 | 2 | 113 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101000 | 111010 | 0 | 10 | 1001011 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECE83A
Complementary color
Monochromatic Colors of #ECE83A
Black with #ECE83A
Text Example
Text Example
White with #ECE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE83A; }
p { color: rgb(236,232,58); }
H1.HeaderClassName
{
color: #ECE83A;
}
.AnyTagClassName
{
color: #ECE83A;
}
</style>
background-color css
<style>
a { background-color: #ECE83A; }
a { background-color: rgb(236,232,58); }
div.DivClassName
{
background-color: #ECE83A;
}
.BgClassName
{
background-color: #ECE83A;
}
</style>
border-color css
<style>
span { border-color: #ECE83A; }
span { border-color: rgb(236,232,58); }
td.TdClassName
{
border-color: #ECE83A;
}
.TagClassName
{
border-color: #ECE83A;
}
</style>