Shades of Golden Fizz #ECDB27
Tints of Golden Fizz #ECDB27
RGB
CMYK
RGB Variations
Color information
#ECDB27 (or 0xECDB27) is known color: Golden Fizz. HEX triplet: EC, DB and 27. RGB value is (236,219,39). Sum of RGB (Red+Green+Blue) = 236+219+39=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB27 is #1324D8. Grayscale: #CCCCCC. Windows color (decimal): -1254617 or 2612204. OLE color: 2612204.
HSL color Cylindrical-coordinate representation of color #ECDB27: hue angle of 54.82º 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 #ECDB27 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 39 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.07 |
| HSL | 54.82º | 0.84% | 0.54% | - |
| HSV(B) | 54.82º | 0.83% | 0.93% | - |
| XYZ | 60.29 | 68.64 | 11.99 | - |
| YUV | 203.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 39 | 0 | 0.07 | 0.83 | 0.07 | 54.82 | 0.84 | 0.54 |
| Hex | EC | DB | 27 | 0 | 7 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 333 | 47 | 0 | 7 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011011 | 100111 | 0 | 111 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDB27
Complementary color
Monochromatic Colors of #ECDB27
Black with #ECDB27
Text Example
Text Example
White with #ECDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB27; }
p { color: rgb(236,219,39); }
H1.HeaderClassName
{
color: #ECDB27;
}
.AnyTagClassName
{
color: #ECDB27;
}
</style>
background-color css
<style>
a { background-color: #ECDB27; }
a { background-color: rgb(236,219,39); }
div.DivClassName
{
background-color: #ECDB27;
}
.BgClassName
{
background-color: #ECDB27;
}
</style>
border-color css
<style>
span { border-color: #ECDB27; }
span { border-color: rgb(236,219,39); }
td.TdClassName
{
border-color: #ECDB27;
}
.TagClassName
{
border-color: #ECDB27;
}
</style>