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