Shades of Golden Fizz #ECDA27
Tints of Golden Fizz #ECDA27
RGB
CMYK
RGB Variations
Color information
#ECDA27 (or 0xECDA27) is known color: Golden Fizz. HEX triplet: EC, DA and 27. RGB value is (236,218,39). Sum of RGB (Red+Green+Blue) = 236+218+39=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA27 is #1325D8. Grayscale: #CBCBCB. Windows color (decimal): -1254873 or 2611948. OLE color: 2611948.
HSL color Cylindrical-coordinate representation of color #ECDA27: hue angle of 54.52º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECDA27 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 39 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.07 |
| HSL | 54.52º | 0.84% | 0.54% | - |
| HSV(B) | 54.52º | 0.83% | 0.93% | - |
| XYZ | 60.03 | 68.12 | 11.9 | - |
| YUV | 202.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 39 | 0 | 0.08 | 0.83 | 0.07 | 54.52 | 0.84 | 0.54 |
| Hex | EC | DA | 27 | 0 | 8 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 332 | 47 | 0 | 10 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011010 | 100111 | 0 | 1000 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDA27
Complementary color
Monochromatic Colors of #ECDA27
Black with #ECDA27
Text Example
Text Example
White with #ECDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA27; }
p { color: rgb(236,218,39); }
H1.HeaderClassName
{
color: #ECDA27;
}
.AnyTagClassName
{
color: #ECDA27;
}
</style>
background-color css
<style>
a { background-color: #ECDA27; }
a { background-color: rgb(236,218,39); }
div.DivClassName
{
background-color: #ECDA27;
}
.BgClassName
{
background-color: #ECDA27;
}
</style>
border-color css
<style>
span { border-color: #ECDA27; }
span { border-color: rgb(236,218,39); }
td.TdClassName
{
border-color: #ECDA27;
}
.TagClassName
{
border-color: #ECDA27;
}
</style>