Shades of Golden Fizz #ECDE32
Tints of Golden Fizz #ECDE32
RGB
CMYK
RGB Variations
Color information
#ECDE32 (or 0xECDE32) is known color: Golden Fizz. HEX triplet: EC, DE and 32. RGB value is (236,222,50). Sum of RGB (Red+Green+Blue) = 236+222+50=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE32 is #1321CD. Grayscale: #CFCFCF. Windows color (decimal): -1253838 or 3333868. OLE color: 3333868.
HSL color Cylindrical-coordinate representation of color #ECDE32: hue angle of 55.48º 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 #ECDE32 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 50 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.07 |
| HSL | 55.48º | 0.83% | 0.56% | - |
| HSV(B) | 55.48º | 0.79% | 0.93% | - |
| XYZ | 61.29 | 70.31 | 13.36 | - |
| YUV | 206.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 50 | 0 | 0.06 | 0.79 | 0.07 | 55.48 | 0.83 | 0.56 |
| Hex | EC | DE | 32 | 0 | 6 | 4F | 7 | 37 | 53 | 38 |
| Octal | 354 | 336 | 62 | 0 | 6 | 117 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011110 | 110010 | 0 | 110 | 1001111 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDE32
Complementary color
Monochromatic Colors of #ECDE32
Black with #ECDE32
Text Example
Text Example
White with #ECDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE32; }
p { color: rgb(236,222,50); }
H1.HeaderClassName
{
color: #ECDE32;
}
.AnyTagClassName
{
color: #ECDE32;
}
</style>
background-color css
<style>
a { background-color: #ECDE32; }
a { background-color: rgb(236,222,50); }
div.DivClassName
{
background-color: #ECDE32;
}
.BgClassName
{
background-color: #ECDE32;
}
</style>
border-color css
<style>
span { border-color: #ECDE32; }
span { border-color: rgb(236,222,50); }
td.TdClassName
{
border-color: #ECDE32;
}
.TagClassName
{
border-color: #ECDE32;
}
</style>