Shades of Golden Fizz #ECD339
Tints of Golden Fizz #ECD339
RGB
CMYK
RGB Variations
Color information
#ECD339 (or 0xECD339) is known color: Golden Fizz. HEX triplet: EC, D3 and 39. RGB value is (236,211,57). Sum of RGB (Red+Green+Blue) = 236+211+57=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD339 is #132CC6. Grayscale: #C9C9C9. Windows color (decimal): -1256647 or 3789804. OLE color: 3789804.
HSL color Cylindrical-coordinate representation of color #ECD339: hue angle of 51.62º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECD339 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 57 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.07 |
| HSL | 51.62º | 0.82% | 0.57% | - |
| HSV(B) | 51.62º | 0.76% | 0.93% | - |
| XYZ | 58.62 | 64.72 | 13.27 | - |
| YUV | 200.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 57 | 0 | 0.11 | 0.76 | 0.07 | 51.62 | 0.82 | 0.57 |
| Hex | EC | D3 | 39 | 0 | B | 4C | 7 | 34 | 52 | 39 |
| Octal | 354 | 323 | 71 | 0 | 13 | 114 | 7 | 64 | 122 | 71 |
| Binary | 11101100 | 11010011 | 111001 | 0 | 1011 | 1001100 | 111 | 110100 | 1010010 | 111001 |
Color Harmonies of #ECD339
Complementary color
Monochromatic Colors of #ECD339
Black with #ECD339
Text Example
Text Example
White with #ECD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD339; }
p { color: rgb(236,211,57); }
H1.HeaderClassName
{
color: #ECD339;
}
.AnyTagClassName
{
color: #ECD339;
}
</style>
background-color css
<style>
a { background-color: #ECD339; }
a { background-color: rgb(236,211,57); }
div.DivClassName
{
background-color: #ECD339;
}
.BgClassName
{
background-color: #ECD339;
}
</style>
border-color css
<style>
span { border-color: #ECD339; }
span { border-color: rgb(236,211,57); }
td.TdClassName
{
border-color: #ECD339;
}
.TagClassName
{
border-color: #ECD339;
}
</style>