Shades of Golden Fizz #ECDE2B
Tints of Golden Fizz #ECDE2B
RGB
CMYK
RGB Variations
Color information
#ECDE2B (or 0xECDE2B) is known color: Golden Fizz. HEX triplet: EC, DE and 2B. RGB value is (236,222,43). Sum of RGB (Red+Green+Blue) = 236+222+43=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE2B is #1321D4. Grayscale: #CECECE. Windows color (decimal): -1253845 or 2875116. OLE color: 2875116.
HSL color Cylindrical-coordinate representation of color #ECDE2B: hue angle of 55.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECDE2B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 43 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.07 |
| HSL | 55.65º | 0.84% | 0.55% | - |
| HSV(B) | 55.65º | 0.82% | 0.93% | - |
| XYZ | 61.15 | 70.25 | 12.62 | - |
| YUV | 205.78 | 36.14 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 43 | 0 | 0.06 | 0.82 | 0.07 | 55.65 | 0.84 | 0.55 |
| Hex | EC | DE | 2B | 0 | 6 | 52 | 7 | 38 | 54 | 37 |
| Octal | 354 | 336 | 53 | 0 | 6 | 122 | 7 | 70 | 124 | 67 |
| Binary | 11101100 | 11011110 | 101011 | 0 | 110 | 1010010 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #ECDE2B
Complementary color
Monochromatic Colors of #ECDE2B
Black with #ECDE2B
Text Example
Text Example
White with #ECDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE2B; }
p { color: rgb(236,222,43); }
H1.HeaderClassName
{
color: #ECDE2B;
}
.AnyTagClassName
{
color: #ECDE2B;
}
</style>
background-color css
<style>
a { background-color: #ECDE2B; }
a { background-color: rgb(236,222,43); }
div.DivClassName
{
background-color: #ECDE2B;
}
.BgClassName
{
background-color: #ECDE2B;
}
</style>
border-color css
<style>
span { border-color: #ECDE2B; }
span { border-color: rgb(236,222,43); }
td.TdClassName
{
border-color: #ECDE2B;
}
.TagClassName
{
border-color: #ECDE2B;
}
</style>