Shades of Golden Fizz #ECEB32
Tints of Golden Fizz #ECEB32
RGB
CMYK
RGB Variations
Color information
#ECEB32 (or 0xECEB32) is known color: Golden Fizz. HEX triplet: EC, EB and 32. RGB value is (236,235,50). Sum of RGB (Red+Green+Blue) = 236+235+50=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB32 is #1314CD. Grayscale: #D6D6D6. Windows color (decimal): -1250510 or 3337196. OLE color: 3337196.
HSL color Cylindrical-coordinate representation of color #ECEB32: 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 #ECEB32 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 50 | - |
| 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.88 | 77.48 | 14.55 | - |
| YUV | 214.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 50 | 0 | 0.00 | 0.79 | 0.07 | 59.68 | 0.83 | 0.56 |
| Hex | EC | EB | 32 | 0 | 0 | 4F | 7 | 3C | 53 | 38 |
| Octal | 354 | 353 | 62 | 0 | 0 | 117 | 7 | 74 | 123 | 70 |
| Binary | 11101100 | 11101011 | 110010 | 0 | 0 | 1001111 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #ECEB32
Complementary color
Monochromatic Colors of #ECEB32
Black with #ECEB32
Text Example
Text Example
White with #ECEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB32; }
p { color: rgb(236,235,50); }
H1.HeaderClassName
{
color: #ECEB32;
}
.AnyTagClassName
{
color: #ECEB32;
}
</style>
background-color css
<style>
a { background-color: #ECEB32; }
a { background-color: rgb(236,235,50); }
div.DivClassName
{
background-color: #ECEB32;
}
.BgClassName
{
background-color: #ECEB32;
}
</style>
border-color css
<style>
span { border-color: #ECEB32; }
span { border-color: rgb(236,235,50); }
td.TdClassName
{
border-color: #ECEB32;
}
.TagClassName
{
border-color: #ECEB32;
}
</style>