Shades of Golden Fizz #ECDF2A
Tints of Golden Fizz #ECDF2A
RGB
CMYK
RGB Variations
Color information
#ECDF2A (or 0xECDF2A) is known color: Golden Fizz. HEX triplet: EC, DF and 2A. RGB value is (236,223,42). Sum of RGB (Red+Green+Blue) = 236+223+42=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF2A is #1320D5. Grayscale: #CECECE. Windows color (decimal): -1253590 or 2809836. OLE color: 2809836.
HSL color Cylindrical-coordinate representation of color #ECDF2A: hue angle of 55.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECDF2A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.07 |
| HSL | 55.98º | 0.84% | 0.55% | - |
| HSV(B) | 55.98º | 0.82% | 0.93% | - |
| XYZ | 61.4 | 70.78 | 12.62 | - |
| YUV | 206.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 42 | 0 | 0.06 | 0.82 | 0.07 | 55.98 | 0.84 | 0.55 |
| Hex | EC | DF | 2A | 0 | 6 | 52 | 7 | 38 | 54 | 37 |
| Octal | 354 | 337 | 52 | 0 | 6 | 122 | 7 | 70 | 124 | 67 |
| Binary | 11101100 | 11011111 | 101010 | 0 | 110 | 1010010 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #ECDF2A
Complementary color
Monochromatic Colors of #ECDF2A
Black with #ECDF2A
Text Example
Text Example
White with #ECDF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF2A; }
p { color: rgb(236,223,42); }
H1.HeaderClassName
{
color: #ECDF2A;
}
.AnyTagClassName
{
color: #ECDF2A;
}
</style>
background-color css
<style>
a { background-color: #ECDF2A; }
a { background-color: rgb(236,223,42); }
div.DivClassName
{
background-color: #ECDF2A;
}
.BgClassName
{
background-color: #ECDF2A;
}
</style>
border-color css
<style>
span { border-color: #ECDF2A; }
span { border-color: rgb(236,223,42); }
td.TdClassName
{
border-color: #ECDF2A;
}
.TagClassName
{
border-color: #ECDF2A;
}
</style>