Shades of Golden Fizz #ECD93A
Tints of Golden Fizz #ECD93A
RGB
CMYK
RGB Variations
Color information
#ECD93A (or 0xECD93A) is known color: Golden Fizz. HEX triplet: EC, D9 and 3A. RGB value is (236,217,58). Sum of RGB (Red+Green+Blue) = 236+217+58=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD93A is #1326C5. Grayscale: #CDCDCD. Windows color (decimal): -1255110 or 3856876. OLE color: 3856876.
HSL color Cylindrical-coordinate representation of color #ECD93A: hue angle of 53.6º 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 #ECD93A is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 58 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.6º | 0.82% | 0.58% | - |
| HSV(B) | 53.6º | 0.75% | 0.93% | - |
| XYZ | 60.17 | 67.76 | 13.91 | - |
| YUV | 204.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 58 | 0 | 0.08 | 0.75 | 0.07 | 53.6 | 0.82 | 0.58 |
| Hex | EC | D9 | 3A | 0 | 8 | 4B | 7 | 36 | 52 | 3A |
| Octal | 354 | 331 | 72 | 0 | 10 | 113 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011001 | 111010 | 0 | 1000 | 1001011 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECD93A
Complementary color
Monochromatic Colors of #ECD93A
Black with #ECD93A
Text Example
Text Example
White with #ECD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD93A; }
p { color: rgb(236,217,58); }
H1.HeaderClassName
{
color: #ECD93A;
}
.AnyTagClassName
{
color: #ECD93A;
}
</style>
background-color css
<style>
a { background-color: #ECD93A; }
a { background-color: rgb(236,217,58); }
div.DivClassName
{
background-color: #ECD93A;
}
.BgClassName
{
background-color: #ECD93A;
}
</style>
border-color css
<style>
span { border-color: #ECD93A; }
span { border-color: rgb(236,217,58); }
td.TdClassName
{
border-color: #ECD93A;
}
.TagClassName
{
border-color: #ECD93A;
}
</style>