Shades of Golden Fizz #ECDD27
Tints of Golden Fizz #ECDD27
RGB
CMYK
RGB Variations
Color information
#ECDD27 (or 0xECDD27) is known color: Golden Fizz. HEX triplet: EC, DD and 27. RGB value is (236,221,39). Sum of RGB (Red+Green+Blue) = 236+221+39=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD27 is #1322D8. Grayscale: #CDCDCD. Windows color (decimal): -1254105 or 2612716. OLE color: 2612716.
HSL color Cylindrical-coordinate representation of color #ECDD27: hue angle of 55.43º 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 #ECDD27 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 39 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.07 |
| HSL | 55.43º | 0.84% | 0.54% | - |
| HSV(B) | 55.43º | 0.83% | 0.93% | - |
| XYZ | 60.81 | 69.69 | 12.17 | - |
| YUV | 204.74 | 34.47 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 39 | 0 | 0.06 | 0.83 | 0.07 | 55.43 | 0.84 | 0.54 |
| Hex | EC | DD | 27 | 0 | 6 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 335 | 47 | 0 | 6 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011101 | 100111 | 0 | 110 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDD27
Complementary color
Monochromatic Colors of #ECDD27
Black with #ECDD27
Text Example
Text Example
White with #ECDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD27; }
p { color: rgb(236,221,39); }
H1.HeaderClassName
{
color: #ECDD27;
}
.AnyTagClassName
{
color: #ECDD27;
}
</style>
background-color css
<style>
a { background-color: #ECDD27; }
a { background-color: rgb(236,221,39); }
div.DivClassName
{
background-color: #ECDD27;
}
.BgClassName
{
background-color: #ECDD27;
}
</style>
border-color css
<style>
span { border-color: #ECDD27; }
span { border-color: rgb(236,221,39); }
td.TdClassName
{
border-color: #ECDD27;
}
.TagClassName
{
border-color: #ECDD27;
}
</style>