Shades of Golden Fizz #ECE11D
Tints of Golden Fizz #ECE11D
RGB
CMYK
RGB Variations
Color information
#ECE11D (or 0xECE11D) is known color: Golden Fizz. HEX triplet: EC, E1 and 1D. RGB value is (236,225,29). Sum of RGB (Red+Green+Blue) = 236+225+29=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE11D is #131EE2. Grayscale: #CECECE. Windows color (decimal): -1253091 or 1958380. OLE color: 1958380.
HSL color Cylindrical-coordinate representation of color #ECE11D: hue angle of 56.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECE11D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.81º | 0.84% | 0.52% | - |
| HSV(B) | 56.81º | 0.88% | 0.93% | - |
| XYZ | 61.74 | 71.77 | 11.76 | - |
| YUV | 205.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 29 | 0 | 0.05 | 0.88 | 0.07 | 56.81 | 0.84 | 0.52 |
| Hex | EC | E1 | 1D | 0 | 5 | 58 | 7 | 39 | 54 | 34 |
| Octal | 354 | 341 | 35 | 0 | 5 | 130 | 7 | 71 | 124 | 64 |
| Binary | 11101100 | 11100001 | 11101 | 0 | 101 | 1011000 | 111 | 111001 | 1010100 | 110100 |
Color Harmonies of #ECE11D
Complementary color
Monochromatic Colors of #ECE11D
Black with #ECE11D
Text Example
Text Example
White with #ECE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE11D; }
p { color: rgb(236,225,29); }
H1.HeaderClassName
{
color: #ECE11D;
}
.AnyTagClassName
{
color: #ECE11D;
}
</style>
background-color css
<style>
a { background-color: #ECE11D; }
a { background-color: rgb(236,225,29); }
div.DivClassName
{
background-color: #ECE11D;
}
.BgClassName
{
background-color: #ECE11D;
}
</style>
border-color css
<style>
span { border-color: #ECE11D; }
span { border-color: rgb(236,225,29); }
td.TdClassName
{
border-color: #ECE11D;
}
.TagClassName
{
border-color: #ECE11D;
}
</style>