Shades of Golden Fizz #ECDC27
Tints of Golden Fizz #ECDC27
RGB
CMYK
RGB Variations
Color information
#ECDC27 (or 0xECDC27) is known color: Golden Fizz. HEX triplet: EC, DC and 27. RGB value is (236,220,39). Sum of RGB (Red+Green+Blue) = 236+220+39=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC27 is #1323D8. Grayscale: #CCCCCC. Windows color (decimal): -1254361 or 2612460. OLE color: 2612460.
HSL color Cylindrical-coordinate representation of color #ECDC27: hue angle of 55.13º 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 #ECDC27 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 39 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.07 |
| HSL | 55.13º | 0.84% | 0.54% | - |
| HSV(B) | 55.13º | 0.83% | 0.93% | - |
| XYZ | 60.55 | 69.17 | 12.08 | - |
| YUV | 204.15 | 34.8 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 39 | 0 | 0.07 | 0.83 | 0.07 | 55.13 | 0.84 | 0.54 |
| Hex | EC | DC | 27 | 0 | 7 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 334 | 47 | 0 | 7 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011100 | 100111 | 0 | 111 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDC27
Complementary color
Monochromatic Colors of #ECDC27
Black with #ECDC27
Text Example
Text Example
White with #ECDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC27; }
p { color: rgb(236,220,39); }
H1.HeaderClassName
{
color: #ECDC27;
}
.AnyTagClassName
{
color: #ECDC27;
}
</style>
background-color css
<style>
a { background-color: #ECDC27; }
a { background-color: rgb(236,220,39); }
div.DivClassName
{
background-color: #ECDC27;
}
.BgClassName
{
background-color: #ECDC27;
}
</style>
border-color css
<style>
span { border-color: #ECDC27; }
span { border-color: rgb(236,220,39); }
td.TdClassName
{
border-color: #ECDC27;
}
.TagClassName
{
border-color: #ECDC27;
}
</style>