Shades of Golden Fizz #ECE925
Tints of Golden Fizz #ECE925
RGB
CMYK
RGB Variations
Color information
#ECE925 (or 0xECE925) is known color: Golden Fizz. HEX triplet: EC, E9 and 25. RGB value is (236,233,37). Sum of RGB (Red+Green+Blue) = 236+233+37=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE925 is #1316DA. Grayscale: #D4D4D4. Windows color (decimal): -1251035 or 2484716. OLE color: 2484716.
HSL color Cylindrical-coordinate representation of color #ECE925: hue angle of 59.1º 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 #ECE925 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 37 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.07 |
| HSL | 59.1º | 0.84% | 0.54% | - |
| HSV(B) | 59.1º | 0.84% | 0.93% | - |
| XYZ | 64.06 | 76.24 | 13.09 | - |
| YUV | 211.55 | 29.49 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 37 | 0 | 0.01 | 0.84 | 0.07 | 59.1 | 0.84 | 0.54 |
| Hex | EC | E9 | 25 | 0 | 1 | 54 | 7 | 3B | 54 | 36 |
| Octal | 354 | 351 | 45 | 0 | 1 | 124 | 7 | 73 | 124 | 66 |
| Binary | 11101100 | 11101001 | 100101 | 0 | 1 | 1010100 | 111 | 111011 | 1010100 | 110110 |
Color Harmonies of #ECE925
Complementary color
Monochromatic Colors of #ECE925
Black with #ECE925
Text Example
Text Example
White with #ECE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE925; }
p { color: rgb(236,233,37); }
H1.HeaderClassName
{
color: #ECE925;
}
.AnyTagClassName
{
color: #ECE925;
}
</style>
background-color css
<style>
a { background-color: #ECE925; }
a { background-color: rgb(236,233,37); }
div.DivClassName
{
background-color: #ECE925;
}
.BgClassName
{
background-color: #ECE925;
}
</style>
border-color css
<style>
span { border-color: #ECE925; }
span { border-color: rgb(236,233,37); }
td.TdClassName
{
border-color: #ECE925;
}
.TagClassName
{
border-color: #ECE925;
}
</style>