Shades of Golden Fizz #ECDA23
Tints of Golden Fizz #ECDA23
RGB
CMYK
RGB Variations
Color information
#ECDA23 (or 0xECDA23) is known color: Golden Fizz. HEX triplet: EC, DA and 23. RGB value is (236,218,35). Sum of RGB (Red+Green+Blue) = 236+218+35=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 35 (14.06% from 255 or 7.16% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA23 is #1325DC. Grayscale: #CBCBCB. Windows color (decimal): -1254877 or 2349804. OLE color: 2349804.
HSL color Cylindrical-coordinate representation of color #ECDA23: hue angle of 54.63º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECDA23 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 35 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.07 |
| HSL | 54.63º | 0.84% | 0.53% | - |
| HSV(B) | 54.63º | 0.85% | 0.93% | - |
| XYZ | 59.97 | 68.1 | 11.57 | - |
| YUV | 202.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 35 | 0 | 0.08 | 0.85 | 0.07 | 54.63 | 0.84 | 0.53 |
| Hex | EC | DA | 23 | 0 | 8 | 55 | 7 | 37 | 54 | 35 |
| Octal | 354 | 332 | 43 | 0 | 10 | 125 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011010 | 100011 | 0 | 1000 | 1010101 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDA23
Complementary color
Monochromatic Colors of #ECDA23
Black with #ECDA23
Text Example
Text Example
White with #ECDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA23; }
p { color: rgb(236,218,35); }
H1.HeaderClassName
{
color: #ECDA23;
}
.AnyTagClassName
{
color: #ECDA23;
}
</style>
background-color css
<style>
a { background-color: #ECDA23; }
a { background-color: rgb(236,218,35); }
div.DivClassName
{
background-color: #ECDA23;
}
.BgClassName
{
background-color: #ECDA23;
}
</style>
border-color css
<style>
span { border-color: #ECDA23; }
span { border-color: rgb(236,218,35); }
td.TdClassName
{
border-color: #ECDA23;
}
.TagClassName
{
border-color: #ECDA23;
}
</style>