Shades of Golden Fizz #ECD62A
Tints of Golden Fizz #ECD62A
RGB
CMYK
RGB Variations
Color information
#ECD62A (or 0xECD62A) is known color: Golden Fizz. HEX triplet: EC, D6 and 2A. RGB value is (236,214,42). Sum of RGB (Red+Green+Blue) = 236+214+42=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD62A is #1329D5. Grayscale: #C9C9C9. Windows color (decimal): -1255894 or 2807532. OLE color: 2807532.
HSL color Cylindrical-coordinate representation of color #ECD62A: hue angle of 53.2º 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 #ECD62A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 42 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.07 |
| HSL | 53.2º | 0.84% | 0.55% | - |
| HSV(B) | 53.2º | 0.82% | 0.93% | - |
| XYZ | 59.06 | 66.09 | 11.84 | - |
| YUV | 200.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 42 | 0 | 0.09 | 0.82 | 0.07 | 53.2 | 0.84 | 0.55 |
| Hex | EC | D6 | 2A | 0 | 9 | 52 | 7 | 35 | 54 | 37 |
| Octal | 354 | 326 | 52 | 0 | 11 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101100 | 11010110 | 101010 | 0 | 1001 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #ECD62A
Complementary color
Monochromatic Colors of #ECD62A
Black with #ECD62A
Text Example
Text Example
White with #ECD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD62A; }
p { color: rgb(236,214,42); }
H1.HeaderClassName
{
color: #ECD62A;
}
.AnyTagClassName
{
color: #ECD62A;
}
</style>
background-color css
<style>
a { background-color: #ECD62A; }
a { background-color: rgb(236,214,42); }
div.DivClassName
{
background-color: #ECD62A;
}
.BgClassName
{
background-color: #ECD62A;
}
</style>
border-color css
<style>
span { border-color: #ECD62A; }
span { border-color: rgb(236,214,42); }
td.TdClassName
{
border-color: #ECD62A;
}
.TagClassName
{
border-color: #ECD62A;
}
</style>