Shades of Golden Fizz #ECEB25
Tints of Golden Fizz #ECEB25
RGB
CMYK
RGB Variations
Color information
#ECEB25 (or 0xECEB25) is known color: Golden Fizz. HEX triplet: EC, EB and 25. RGB value is (236,235,37). Sum of RGB (Red+Green+Blue) = 236+235+37=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB25 is #1314DA. Grayscale: #D5D5D5. Windows color (decimal): -1250523 or 2485228. OLE color: 2485228.
HSL color Cylindrical-coordinate representation of color #ECEB25: hue angle of 59.7º 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 #ECEB25 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 37 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.07 |
| HSL | 59.7º | 0.84% | 0.54% | - |
| HSV(B) | 59.7º | 0.84% | 0.93% | - |
| XYZ | 64.63 | 77.38 | 13.28 | - |
| YUV | 212.73 | 28.83 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 37 | 0 | 0.00 | 0.84 | 0.07 | 59.7 | 0.84 | 0.54 |
| Hex | EC | EB | 25 | 0 | 0 | 54 | 7 | 3C | 54 | 36 |
| Octal | 354 | 353 | 45 | 0 | 0 | 124 | 7 | 74 | 124 | 66 |
| Binary | 11101100 | 11101011 | 100101 | 0 | 0 | 1010100 | 111 | 111100 | 1010100 | 110110 |
Color Harmonies of #ECEB25
Complementary color
Monochromatic Colors of #ECEB25
Black with #ECEB25
Text Example
Text Example
White with #ECEB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB25; }
p { color: rgb(236,235,37); }
H1.HeaderClassName
{
color: #ECEB25;
}
.AnyTagClassName
{
color: #ECEB25;
}
</style>
background-color css
<style>
a { background-color: #ECEB25; }
a { background-color: rgb(236,235,37); }
div.DivClassName
{
background-color: #ECEB25;
}
.BgClassName
{
background-color: #ECEB25;
}
</style>
border-color css
<style>
span { border-color: #ECEB25; }
span { border-color: rgb(236,235,37); }
td.TdClassName
{
border-color: #ECEB25;
}
.TagClassName
{
border-color: #ECEB25;
}
</style>