Shades of Golden Fizz #ECE725
Tints of Golden Fizz #ECE725
RGB
CMYK
RGB Variations
Color information
#ECE725 (or 0xECE725) is known color: Golden Fizz. HEX triplet: EC, E7 and 25. RGB value is (236,231,37). Sum of RGB (Red+Green+Blue) = 236+231+37=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE725 is #1318DA. Grayscale: #D3D3D3. Windows color (decimal): -1251547 or 2484204. OLE color: 2484204.
HSL color Cylindrical-coordinate representation of color #ECE725: hue angle of 58.49º 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 #ECE725 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 37 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.07 |
| HSL | 58.49º | 0.84% | 0.54% | - |
| HSV(B) | 58.49º | 0.84% | 0.93% | - |
| XYZ | 63.5 | 75.12 | 12.9 | - |
| YUV | 210.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 37 | 0 | 0.02 | 0.84 | 0.07 | 58.49 | 0.84 | 0.54 |
| Hex | EC | E7 | 25 | 0 | 2 | 54 | 7 | 3A | 54 | 36 |
| Octal | 354 | 347 | 45 | 0 | 2 | 124 | 7 | 72 | 124 | 66 |
| Binary | 11101100 | 11100111 | 100101 | 0 | 10 | 1010100 | 111 | 111010 | 1010100 | 110110 |
Color Harmonies of #ECE725
Complementary color
Monochromatic Colors of #ECE725
Black with #ECE725
Text Example
Text Example
White with #ECE725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE725; }
p { color: rgb(236,231,37); }
H1.HeaderClassName
{
color: #ECE725;
}
.AnyTagClassName
{
color: #ECE725;
}
</style>
background-color css
<style>
a { background-color: #ECE725; }
a { background-color: rgb(236,231,37); }
div.DivClassName
{
background-color: #ECE725;
}
.BgClassName
{
background-color: #ECE725;
}
</style>
border-color css
<style>
span { border-color: #ECE725; }
span { border-color: rgb(236,231,37); }
td.TdClassName
{
border-color: #ECE725;
}
.TagClassName
{
border-color: #ECE725;
}
</style>