Shades of Golden Fizz #ECDA3B
Tints of Golden Fizz #ECDA3B
RGB
CMYK
RGB Variations
Color information
#ECDA3B (or 0xECDA3B) is known color: Golden Fizz. HEX triplet: EC, DA and 3B. RGB value is (236,218,59). Sum of RGB (Red+Green+Blue) = 236+218+59=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA3B is #1325C4. Grayscale: #CDCDCD. Windows color (decimal): -1254853 or 3922668. OLE color: 3922668.
HSL color Cylindrical-coordinate representation of color #ECDA3B: hue angle of 53.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECDA3B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 59 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.9º | 0.82% | 0.58% | - |
| HSV(B) | 53.9º | 0.75% | 0.93% | - |
| XYZ | 60.45 | 68.29 | 14.13 | - |
| YUV | 205.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 59 | 0 | 0.08 | 0.75 | 0.07 | 53.9 | 0.82 | 0.58 |
| Hex | EC | DA | 3B | 0 | 8 | 4B | 7 | 36 | 52 | 3A |
| Octal | 354 | 332 | 73 | 0 | 10 | 113 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011010 | 111011 | 0 | 1000 | 1001011 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECDA3B
Complementary color
Monochromatic Colors of #ECDA3B
Black with #ECDA3B
Text Example
Text Example
White with #ECDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA3B; }
p { color: rgb(236,218,59); }
H1.HeaderClassName
{
color: #ECDA3B;
}
.AnyTagClassName
{
color: #ECDA3B;
}
</style>
background-color css
<style>
a { background-color: #ECDA3B; }
a { background-color: rgb(236,218,59); }
div.DivClassName
{
background-color: #ECDA3B;
}
.BgClassName
{
background-color: #ECDA3B;
}
</style>
border-color css
<style>
span { border-color: #ECDA3B; }
span { border-color: rgb(236,218,59); }
td.TdClassName
{
border-color: #ECDA3B;
}
.TagClassName
{
border-color: #ECDA3B;
}
</style>