Shades of Golden Fizz #ECE125
Tints of Golden Fizz #ECE125
RGB
CMYK
RGB Variations
Color information
#ECE125 (or 0xECE125) is known color: Golden Fizz. HEX triplet: EC, E1 and 25. RGB value is (236,225,37). Sum of RGB (Red+Green+Blue) = 236+225+37=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE125 is #131EDA. Grayscale: #CFCFCF. Windows color (decimal): -1253083 or 2482668. OLE color: 2482668.
HSL color Cylindrical-coordinate representation of color #ECE125: hue angle of 56.68º 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 #ECE125 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 37 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.07 |
| HSL | 56.68º | 0.84% | 0.54% | - |
| HSV(B) | 56.68º | 0.84% | 0.93% | - |
| XYZ | 61.85 | 71.82 | 12.35 | - |
| YUV | 206.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 37 | 0 | 0.05 | 0.84 | 0.07 | 56.68 | 0.84 | 0.54 |
| Hex | EC | E1 | 25 | 0 | 5 | 54 | 7 | 39 | 54 | 36 |
| Octal | 354 | 341 | 45 | 0 | 5 | 124 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100001 | 100101 | 0 | 101 | 1010100 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE125
Complementary color
Monochromatic Colors of #ECE125
Black with #ECE125
Text Example
Text Example
White with #ECE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE125; }
p { color: rgb(236,225,37); }
H1.HeaderClassName
{
color: #ECE125;
}
.AnyTagClassName
{
color: #ECE125;
}
</style>
background-color css
<style>
a { background-color: #ECE125; }
a { background-color: rgb(236,225,37); }
div.DivClassName
{
background-color: #ECE125;
}
.BgClassName
{
background-color: #ECE125;
}
</style>
border-color css
<style>
span { border-color: #ECE125; }
span { border-color: rgb(236,225,37); }
td.TdClassName
{
border-color: #ECE125;
}
.TagClassName
{
border-color: #ECE125;
}
</style>