Shades of Golden Fizz #ECD83B
Tints of Golden Fizz #ECD83B
RGB
CMYK
RGB Variations
Color information
#ECD83B (or 0xECD83B) is known color: Golden Fizz. HEX triplet: EC, D8 and 3B. RGB value is (236,216,59). Sum of RGB (Red+Green+Blue) = 236+216+59=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD83B is #1327C4. Grayscale: #CCCCCC. Windows color (decimal): -1255365 or 3922156. OLE color: 3922156.
HSL color Cylindrical-coordinate representation of color #ECD83B: hue angle of 53.22º 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 #ECD83B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 59 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.22º | 0.82% | 0.58% | - |
| HSV(B) | 53.22º | 0.75% | 0.93% | - |
| XYZ | 59.94 | 67.26 | 13.96 | - |
| YUV | 204.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 59 | 0 | 0.08 | 0.75 | 0.07 | 53.22 | 0.82 | 0.58 |
| Hex | EC | D8 | 3B | 0 | 8 | 4B | 7 | 35 | 52 | 3A |
| Octal | 354 | 330 | 73 | 0 | 10 | 113 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11011000 | 111011 | 0 | 1000 | 1001011 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD83B
Complementary color
Monochromatic Colors of #ECD83B
Black with #ECD83B
Text Example
Text Example
White with #ECD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD83B; }
p { color: rgb(236,216,59); }
H1.HeaderClassName
{
color: #ECD83B;
}
.AnyTagClassName
{
color: #ECD83B;
}
</style>
background-color css
<style>
a { background-color: #ECD83B; }
a { background-color: rgb(236,216,59); }
div.DivClassName
{
background-color: #ECD83B;
}
.BgClassName
{
background-color: #ECD83B;
}
</style>
border-color css
<style>
span { border-color: #ECD83B; }
span { border-color: rgb(236,216,59); }
td.TdClassName
{
border-color: #ECD83B;
}
.TagClassName
{
border-color: #ECD83B;
}
</style>