Shades of Golden Fizz #ECD92A
Tints of Golden Fizz #ECD92A
RGB
CMYK
RGB Variations
Color information
#ECD92A (or 0xECD92A) is known color: Golden Fizz. HEX triplet: EC, D9 and 2A. RGB value is (236,217,42). Sum of RGB (Red+Green+Blue) = 236+217+42=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD92A is #1326D5. Grayscale: #CBCBCB. Windows color (decimal): -1255126 or 2808300. OLE color: 2808300.
HSL color Cylindrical-coordinate representation of color #ECD92A: hue angle of 54.12º 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 #ECD92A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 42 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 54.12º | 0.84% | 0.55% | - |
| HSV(B) | 54.12º | 0.82% | 0.93% | - |
| XYZ | 59.82 | 67.63 | 12.09 | - |
| YUV | 202.73 | 37.29 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 42 | 0 | 0.08 | 0.82 | 0.07 | 54.12 | 0.84 | 0.55 |
| Hex | EC | D9 | 2A | 0 | 8 | 52 | 7 | 36 | 54 | 37 |
| Octal | 354 | 331 | 52 | 0 | 10 | 122 | 7 | 66 | 124 | 67 |
| Binary | 11101100 | 11011001 | 101010 | 0 | 1000 | 1010010 | 111 | 110110 | 1010100 | 110111 |
Color Harmonies of #ECD92A
Complementary color
Monochromatic Colors of #ECD92A
Black with #ECD92A
Text Example
Text Example
White with #ECD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD92A; }
p { color: rgb(236,217,42); }
H1.HeaderClassName
{
color: #ECD92A;
}
.AnyTagClassName
{
color: #ECD92A;
}
</style>
background-color css
<style>
a { background-color: #ECD92A; }
a { background-color: rgb(236,217,42); }
div.DivClassName
{
background-color: #ECD92A;
}
.BgClassName
{
background-color: #ECD92A;
}
</style>
border-color css
<style>
span { border-color: #ECD92A; }
span { border-color: rgb(236,217,42); }
td.TdClassName
{
border-color: #ECD92A;
}
.TagClassName
{
border-color: #ECD92A;
}
</style>