Shades of Golden Fizz #ECDA31
Tints of Golden Fizz #ECDA31
RGB
CMYK
RGB Variations
Color information
#ECDA31 (or 0xECDA31) is known color: Golden Fizz. HEX triplet: EC, DA and 31. RGB value is (236,218,49). Sum of RGB (Red+Green+Blue) = 236+218+49=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA31 is #1325CE. Grayscale: #CCCCCC. Windows color (decimal): -1254863 or 3267308. OLE color: 3267308.
HSL color Cylindrical-coordinate representation of color #ECDA31: hue angle of 54.22º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECDA31 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 54.22º | 0.83% | 0.56% | - |
| HSV(B) | 54.22º | 0.79% | 0.93% | - |
| XYZ | 60.22 | 68.2 | 12.9 | - |
| YUV | 204.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 49 | 0 | 0.08 | 0.79 | 0.07 | 54.22 | 0.83 | 0.56 |
| Hex | EC | DA | 31 | 0 | 8 | 4F | 7 | 36 | 53 | 38 |
| Octal | 354 | 332 | 61 | 0 | 10 | 117 | 7 | 66 | 123 | 70 |
| Binary | 11101100 | 11011010 | 110001 | 0 | 1000 | 1001111 | 111 | 110110 | 1010011 | 111000 |
Color Harmonies of #ECDA31
Complementary color
Monochromatic Colors of #ECDA31
Black with #ECDA31
Text Example
Text Example
White with #ECDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA31; }
p { color: rgb(236,218,49); }
H1.HeaderClassName
{
color: #ECDA31;
}
.AnyTagClassName
{
color: #ECDA31;
}
</style>
background-color css
<style>
a { background-color: #ECDA31; }
a { background-color: rgb(236,218,49); }
div.DivClassName
{
background-color: #ECDA31;
}
.BgClassName
{
background-color: #ECDA31;
}
</style>
border-color css
<style>
span { border-color: #ECDA31; }
span { border-color: rgb(236,218,49); }
td.TdClassName
{
border-color: #ECDA31;
}
.TagClassName
{
border-color: #ECDA31;
}
</style>