Shades of Golden Fizz #ECDD31
Tints of Golden Fizz #ECDD31
RGB
CMYK
RGB Variations
Color information
#ECDD31 (or 0xECDD31) is known color: Golden Fizz. HEX triplet: EC, DD and 31. RGB value is (236,221,49). Sum of RGB (Red+Green+Blue) = 236+221+49=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD31 is #1322CE. Grayscale: #CECECE. Windows color (decimal): -1254095 or 3268076. OLE color: 3268076.
HSL color Cylindrical-coordinate representation of color #ECDD31: hue angle of 55.19º 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 #ECDD31 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.07 |
| HSL | 55.19º | 0.83% | 0.56% | - |
| HSV(B) | 55.19º | 0.79% | 0.93% | - |
| XYZ | 61 | 69.77 | 13.16 | - |
| YUV | 205.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 49 | 0 | 0.06 | 0.79 | 0.07 | 55.19 | 0.83 | 0.56 |
| Hex | EC | DD | 31 | 0 | 6 | 4F | 7 | 37 | 53 | 38 |
| Octal | 354 | 335 | 61 | 0 | 6 | 117 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011101 | 110001 | 0 | 110 | 1001111 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDD31
Complementary color
Monochromatic Colors of #ECDD31
Black with #ECDD31
Text Example
Text Example
White with #ECDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD31; }
p { color: rgb(236,221,49); }
H1.HeaderClassName
{
color: #ECDD31;
}
.AnyTagClassName
{
color: #ECDD31;
}
</style>
background-color css
<style>
a { background-color: #ECDD31; }
a { background-color: rgb(236,221,49); }
div.DivClassName
{
background-color: #ECDD31;
}
.BgClassName
{
background-color: #ECDD31;
}
</style>
border-color css
<style>
span { border-color: #ECDD31; }
span { border-color: rgb(236,221,49); }
td.TdClassName
{
border-color: #ECDD31;
}
.TagClassName
{
border-color: #ECDD31;
}
</style>