Shades of Golden Fizz #ECD732
Tints of Golden Fizz #ECD732
RGB
CMYK
RGB Variations
Color information
#ECD732 (or 0xECD732) is known color: Golden Fizz. HEX triplet: EC, D7 and 32. RGB value is (236,215,50). Sum of RGB (Red+Green+Blue) = 236+215+50=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD732 is #1328CD. Grayscale: #CBCBCB. Windows color (decimal): -1255630 or 3332076. OLE color: 3332076.
HSL color Cylindrical-coordinate representation of color #ECD732: hue angle of 53.23º 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 #ECD732 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 50 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.07 |
| HSL | 53.23º | 0.83% | 0.56% | - |
| HSV(B) | 53.23º | 0.79% | 0.93% | - |
| XYZ | 59.47 | 66.66 | 12.75 | - |
| YUV | 202.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 50 | 0 | 0.09 | 0.79 | 0.07 | 53.23 | 0.83 | 0.56 |
| Hex | EC | D7 | 32 | 0 | 9 | 4F | 7 | 35 | 53 | 38 |
| Octal | 354 | 327 | 62 | 0 | 11 | 117 | 7 | 65 | 123 | 70 |
| Binary | 11101100 | 11010111 | 110010 | 0 | 1001 | 1001111 | 111 | 110101 | 1010011 | 111000 |
Color Harmonies of #ECD732
Complementary color
Monochromatic Colors of #ECD732
Black with #ECD732
Text Example
Text Example
White with #ECD732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD732; }
p { color: rgb(236,215,50); }
H1.HeaderClassName
{
color: #ECD732;
}
.AnyTagClassName
{
color: #ECD732;
}
</style>
background-color css
<style>
a { background-color: #ECD732; }
a { background-color: rgb(236,215,50); }
div.DivClassName
{
background-color: #ECD732;
}
.BgClassName
{
background-color: #ECD732;
}
</style>
border-color css
<style>
span { border-color: #ECD732; }
span { border-color: rgb(236,215,50); }
td.TdClassName
{
border-color: #ECD732;
}
.TagClassName
{
border-color: #ECD732;
}
</style>