Shades of Golden Fizz #ECE425
Tints of Golden Fizz #ECE425
RGB
CMYK
RGB Variations
Color information
#ECE425 (or 0xECE425) is known color: Golden Fizz. HEX triplet: EC, E4 and 25. RGB value is (236,228,37). Sum of RGB (Red+Green+Blue) = 236+228+37=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE425 is #131BDA. Grayscale: #D1D1D1. Windows color (decimal): -1252315 or 2483436. OLE color: 2483436.
HSL color Cylindrical-coordinate representation of color #ECE425: hue angle of 57.59º 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 #ECE425 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 37 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.07 |
| HSL | 57.59º | 0.84% | 0.54% | - |
| HSV(B) | 57.59º | 0.84% | 0.93% | - |
| XYZ | 62.67 | 73.45 | 12.63 | - |
| YUV | 208.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 37 | 0 | 0.03 | 0.84 | 0.07 | 57.59 | 0.84 | 0.54 |
| Hex | EC | E4 | 25 | 0 | 3 | 54 | 7 | 3A | 54 | 36 |
| Octal | 354 | 344 | 45 | 0 | 3 | 124 | 7 | 72 | 124 | 66 |
| Binary | 11101100 | 11100100 | 100101 | 0 | 11 | 1010100 | 111 | 111010 | 1010100 | 110110 |
Color Harmonies of #ECE425
Complementary color
Monochromatic Colors of #ECE425
Black with #ECE425
Text Example
Text Example
White with #ECE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE425; }
p { color: rgb(236,228,37); }
H1.HeaderClassName
{
color: #ECE425;
}
.AnyTagClassName
{
color: #ECE425;
}
</style>
background-color css
<style>
a { background-color: #ECE425; }
a { background-color: rgb(236,228,37); }
div.DivClassName
{
background-color: #ECE425;
}
.BgClassName
{
background-color: #ECE425;
}
</style>
border-color css
<style>
span { border-color: #ECE425; }
span { border-color: rgb(236,228,37); }
td.TdClassName
{
border-color: #ECE425;
}
.TagClassName
{
border-color: #ECE425;
}
</style>