Shades of Golden Fizz #ECDE2E
Tints of Golden Fizz #ECDE2E
RGB
CMYK
RGB Variations
Color information
#ECDE2E (or 0xECDE2E) is known color: Golden Fizz. HEX triplet: EC, DE and 2E. RGB value is (236,222,46). Sum of RGB (Red+Green+Blue) = 236+222+46=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE2E is #1321D1. Grayscale: #CECECE. Windows color (decimal): -1253842 or 3071724. OLE color: 3071724.
HSL color Cylindrical-coordinate representation of color #ECDE2E: hue angle of 55.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECDE2E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 46 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.07 |
| HSL | 55.58º | 0.83% | 0.55% | - |
| HSV(B) | 55.58º | 0.81% | 0.93% | - |
| XYZ | 61.21 | 70.27 | 12.92 | - |
| YUV | 206.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 46 | 0 | 0.06 | 0.81 | 0.07 | 55.58 | 0.83 | 0.55 |
| Hex | EC | DE | 2E | 0 | 6 | 51 | 7 | 38 | 53 | 37 |
| Octal | 354 | 336 | 56 | 0 | 6 | 121 | 7 | 70 | 123 | 67 |
| Binary | 11101100 | 11011110 | 101110 | 0 | 110 | 1010001 | 111 | 111000 | 1010011 | 110111 |
Color Harmonies of #ECDE2E
Complementary color
Monochromatic Colors of #ECDE2E
Black with #ECDE2E
Text Example
Text Example
White with #ECDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE2E; }
p { color: rgb(236,222,46); }
H1.HeaderClassName
{
color: #ECDE2E;
}
.AnyTagClassName
{
color: #ECDE2E;
}
</style>
background-color css
<style>
a { background-color: #ECDE2E; }
a { background-color: rgb(236,222,46); }
div.DivClassName
{
background-color: #ECDE2E;
}
.BgClassName
{
background-color: #ECDE2E;
}
</style>
border-color css
<style>
span { border-color: #ECDE2E; }
span { border-color: rgb(236,222,46); }
td.TdClassName
{
border-color: #ECDE2E;
}
.TagClassName
{
border-color: #ECDE2E;
}
</style>