Shades of Golden Fizz #ECD832
Tints of Golden Fizz #ECD832
RGB
CMYK
RGB Variations
Color information
#ECD832 (or 0xECD832) is known color: Golden Fizz. HEX triplet: EC, D8 and 32. RGB value is (236,216,50). Sum of RGB (Red+Green+Blue) = 236+216+50=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD832 is #1327CD. Grayscale: #CBCBCB. Windows color (decimal): -1255374 or 3332332. OLE color: 3332332.
HSL color Cylindrical-coordinate representation of color #ECD832: hue angle of 53.55º 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 #ECD832 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 50 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 53.55º | 0.83% | 0.56% | - |
| HSV(B) | 53.55º | 0.79% | 0.93% | - |
| XYZ | 59.72 | 67.17 | 12.84 | - |
| YUV | 203.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 50 | 0 | 0.08 | 0.79 | 0.07 | 53.55 | 0.83 | 0.56 |
| Hex | EC | D8 | 32 | 0 | 8 | 4F | 7 | 36 | 53 | 38 |
| Octal | 354 | 330 | 62 | 0 | 10 | 117 | 7 | 66 | 123 | 70 |
| Binary | 11101100 | 11011000 | 110010 | 0 | 1000 | 1001111 | 111 | 110110 | 1010011 | 111000 |
Color Harmonies of #ECD832
Complementary color
Monochromatic Colors of #ECD832
Black with #ECD832
Text Example
Text Example
White with #ECD832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD832; }
p { color: rgb(236,216,50); }
H1.HeaderClassName
{
color: #ECD832;
}
.AnyTagClassName
{
color: #ECD832;
}
</style>
background-color css
<style>
a { background-color: #ECD832; }
a { background-color: rgb(236,216,50); }
div.DivClassName
{
background-color: #ECD832;
}
.BgClassName
{
background-color: #ECD832;
}
</style>
border-color css
<style>
span { border-color: #ECD832; }
span { border-color: rgb(236,216,50); }
td.TdClassName
{
border-color: #ECD832;
}
.TagClassName
{
border-color: #ECD832;
}
</style>