Shades of Golden Fizz #ECE225
Tints of Golden Fizz #ECE225
RGB
CMYK
RGB Variations
Color information
#ECE225 (or 0xECE225) is known color: Golden Fizz. HEX triplet: EC, E2 and 25. RGB value is (236,226,37). Sum of RGB (Red+Green+Blue) = 236+226+37=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE225 is #131DDA. Grayscale: #D0D0D0. Windows color (decimal): -1252827 or 2482924. OLE color: 2482924.
HSL color Cylindrical-coordinate representation of color #ECE225: hue angle of 56.98º 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 #ECE225 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 37 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.07 |
| HSL | 56.98º | 0.84% | 0.54% | - |
| HSV(B) | 56.98º | 0.84% | 0.93% | - |
| XYZ | 62.12 | 72.36 | 12.44 | - |
| YUV | 207.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 37 | 0 | 0.04 | 0.84 | 0.07 | 56.98 | 0.84 | 0.54 |
| Hex | EC | E2 | 25 | 0 | 4 | 54 | 7 | 39 | 54 | 36 |
| Octal | 354 | 342 | 45 | 0 | 4 | 124 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100010 | 100101 | 0 | 100 | 1010100 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE225
Complementary color
Monochromatic Colors of #ECE225
Black with #ECE225
Text Example
Text Example
White with #ECE225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE225; }
p { color: rgb(236,226,37); }
H1.HeaderClassName
{
color: #ECE225;
}
.AnyTagClassName
{
color: #ECE225;
}
</style>
background-color css
<style>
a { background-color: #ECE225; }
a { background-color: rgb(236,226,37); }
div.DivClassName
{
background-color: #ECE225;
}
.BgClassName
{
background-color: #ECE225;
}
</style>
border-color css
<style>
span { border-color: #ECE225; }
span { border-color: rgb(236,226,37); }
td.TdClassName
{
border-color: #ECE225;
}
.TagClassName
{
border-color: #ECE225;
}
</style>