Shades of Golden Fizz #ECEB31
Tints of Golden Fizz #ECEB31
RGB
CMYK
RGB Variations
Color information
#ECEB31 (or 0xECEB31) is known color: Golden Fizz. HEX triplet: EC, EB and 31. RGB value is (236,235,49). Sum of RGB (Red+Green+Blue) = 236+235+49=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB31 is #1314CE. Grayscale: #D6D6D6. Windows color (decimal): -1250511 or 3271660. OLE color: 3271660.
HSL color Cylindrical-coordinate representation of color #ECEB31: hue angle of 59.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECEB31 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 49 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.07 |
| HSL | 59.68º | 0.83% | 0.56% | - |
| HSV(B) | 59.68º | 0.79% | 0.93% | - |
| XYZ | 64.85 | 77.47 | 14.44 | - |
| YUV | 214.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 49 | 0 | 0.00 | 0.79 | 0.07 | 59.68 | 0.83 | 0.56 |
| Hex | EC | EB | 31 | 0 | 0 | 4F | 7 | 3C | 53 | 38 |
| Octal | 354 | 353 | 61 | 0 | 0 | 117 | 7 | 74 | 123 | 70 |
| Binary | 11101100 | 11101011 | 110001 | 0 | 0 | 1001111 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #ECEB31
Complementary color
Monochromatic Colors of #ECEB31
Black with #ECEB31
Text Example
Text Example
White with #ECEB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB31; }
p { color: rgb(236,235,49); }
H1.HeaderClassName
{
color: #ECEB31;
}
.AnyTagClassName
{
color: #ECEB31;
}
</style>
background-color css
<style>
a { background-color: #ECEB31; }
a { background-color: rgb(236,235,49); }
div.DivClassName
{
background-color: #ECEB31;
}
.BgClassName
{
background-color: #ECEB31;
}
</style>
border-color css
<style>
span { border-color: #ECEB31; }
span { border-color: rgb(236,235,49); }
td.TdClassName
{
border-color: #ECEB31;
}
.TagClassName
{
border-color: #ECEB31;
}
</style>