Shades of Golden Fizz #ECE03A
Tints of Golden Fizz #ECE03A
RGB
CMYK
RGB Variations
Color information
#ECE03A (or 0xECE03A) is known color: Golden Fizz. HEX triplet: EC, E0 and 3A. RGB value is (236,224,58). Sum of RGB (Red+Green+Blue) = 236+224+58=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE03A is #131FC5. Grayscale: #D1D1D1. Windows color (decimal): -1253318 or 3858668. OLE color: 3858668.
HSL color Cylindrical-coordinate representation of color #ECE03A: hue angle of 55.96º 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 #ECE03A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 58 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.07 |
| HSL | 55.96º | 0.82% | 0.58% | - |
| HSV(B) | 55.96º | 0.75% | 0.93% | - |
| XYZ | 62.01 | 71.45 | 14.53 | - |
| YUV | 208.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 58 | 0 | 0.05 | 0.75 | 0.07 | 55.96 | 0.82 | 0.58 |
| Hex | EC | E0 | 3A | 0 | 5 | 4B | 7 | 38 | 52 | 3A |
| Octal | 354 | 340 | 72 | 0 | 5 | 113 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11100000 | 111010 | 0 | 101 | 1001011 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECE03A
Complementary color
Monochromatic Colors of #ECE03A
Black with #ECE03A
Text Example
Text Example
White with #ECE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE03A; }
p { color: rgb(236,224,58); }
H1.HeaderClassName
{
color: #ECE03A;
}
.AnyTagClassName
{
color: #ECE03A;
}
</style>
background-color css
<style>
a { background-color: #ECE03A; }
a { background-color: rgb(236,224,58); }
div.DivClassName
{
background-color: #ECE03A;
}
.BgClassName
{
background-color: #ECE03A;
}
</style>
border-color css
<style>
span { border-color: #ECE03A; }
span { border-color: rgb(236,224,58); }
td.TdClassName
{
border-color: #ECE03A;
}
.TagClassName
{
border-color: #ECE03A;
}
</style>