Shades of Golden Fizz #ECE126
Tints of Golden Fizz #ECE126
RGB
CMYK
RGB Variations
Color information
#ECE126 (or 0xECE126) is known color: Golden Fizz. HEX triplet: EC, E1 and 26. RGB value is (236,225,38). Sum of RGB (Red+Green+Blue) = 236+225+38=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE126 is #131ED9. Grayscale: #CFCFCF. Windows color (decimal): -1253082 or 2548204. OLE color: 2548204.
HSL color Cylindrical-coordinate representation of color #ECE126: hue angle of 56.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECE126 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 38 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.07 |
| HSL | 56.67º | 0.84% | 0.54% | - |
| HSV(B) | 56.67º | 0.84% | 0.93% | - |
| XYZ | 61.87 | 71.82 | 12.44 | - |
| YUV | 206.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 38 | 0 | 0.05 | 0.84 | 0.07 | 56.67 | 0.84 | 0.54 |
| Hex | EC | E1 | 26 | 0 | 5 | 54 | 7 | 39 | 54 | 36 |
| Octal | 354 | 341 | 46 | 0 | 5 | 124 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100001 | 100110 | 0 | 101 | 1010100 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE126
Complementary color
Monochromatic Colors of #ECE126
Black with #ECE126
Text Example
Text Example
White with #ECE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE126; }
p { color: rgb(236,225,38); }
H1.HeaderClassName
{
color: #ECE126;
}
.AnyTagClassName
{
color: #ECE126;
}
</style>
background-color css
<style>
a { background-color: #ECE126; }
a { background-color: rgb(236,225,38); }
div.DivClassName
{
background-color: #ECE126;
}
.BgClassName
{
background-color: #ECE126;
}
</style>
border-color css
<style>
span { border-color: #ECE126; }
span { border-color: rgb(236,225,38); }
td.TdClassName
{
border-color: #ECE126;
}
.TagClassName
{
border-color: #ECE126;
}
</style>