Shades of Golden Fizz #ECE825
Tints of Golden Fizz #ECE825
RGB
CMYK
RGB Variations
Color information
#ECE825 (or 0xECE825) is known color: Golden Fizz. HEX triplet: EC, E8 and 25. RGB value is (236,232,37). Sum of RGB (Red+Green+Blue) = 236+232+37=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE825 is #1317DA. Grayscale: #D3D3D3. Windows color (decimal): -1251291 or 2484460. OLE color: 2484460.
HSL color Cylindrical-coordinate representation of color #ECE825: hue angle of 58.79º 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 #ECE825 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 37 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.07 |
| HSL | 58.79º | 0.84% | 0.54% | - |
| HSV(B) | 58.79º | 0.84% | 0.93% | - |
| XYZ | 63.78 | 75.68 | 13 | - |
| YUV | 210.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 37 | 0 | 0.02 | 0.84 | 0.07 | 58.79 | 0.84 | 0.54 |
| Hex | EC | E8 | 25 | 0 | 2 | 54 | 7 | 3B | 54 | 36 |
| Octal | 354 | 350 | 45 | 0 | 2 | 124 | 7 | 73 | 124 | 66 |
| Binary | 11101100 | 11101000 | 100101 | 0 | 10 | 1010100 | 111 | 111011 | 1010100 | 110110 |
Color Harmonies of #ECE825
Complementary color
Monochromatic Colors of #ECE825
Black with #ECE825
Text Example
Text Example
White with #ECE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE825; }
p { color: rgb(236,232,37); }
H1.HeaderClassName
{
color: #ECE825;
}
.AnyTagClassName
{
color: #ECE825;
}
</style>
background-color css
<style>
a { background-color: #ECE825; }
a { background-color: rgb(236,232,37); }
div.DivClassName
{
background-color: #ECE825;
}
.BgClassName
{
background-color: #ECE825;
}
</style>
border-color css
<style>
span { border-color: #ECE825; }
span { border-color: rgb(236,232,37); }
td.TdClassName
{
border-color: #ECE825;
}
.TagClassName
{
border-color: #ECE825;
}
</style>