Shades of Golden Fizz #ECEA2D
Tints of Golden Fizz #ECEA2D
RGB
CMYK
RGB Variations
Color information
#ECEA2D (or 0xECEA2D) is known color: Golden Fizz. HEX triplet: EC, EA and 2D. RGB value is (236,234,45). Sum of RGB (Red+Green+Blue) = 236+234+45=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA2D is #1315D2. Grayscale: #D5D5D5. Windows color (decimal): -1250771 or 3009260. OLE color: 3009260.
HSL color Cylindrical-coordinate representation of color #ECEA2D: hue angle of 59.37º 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 #ECEA2D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 45 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.07 |
| HSL | 59.37º | 0.83% | 0.55% | - |
| HSV(B) | 59.37º | 0.81% | 0.93% | - |
| XYZ | 64.49 | 76.87 | 13.92 | - |
| YUV | 213.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 45 | 0 | 0.01 | 0.81 | 0.07 | 59.37 | 0.83 | 0.55 |
| Hex | EC | EA | 2D | 0 | 1 | 51 | 7 | 3B | 53 | 37 |
| Octal | 354 | 352 | 55 | 0 | 1 | 121 | 7 | 73 | 123 | 67 |
| Binary | 11101100 | 11101010 | 101101 | 0 | 1 | 1010001 | 111 | 111011 | 1010011 | 110111 |
Color Harmonies of #ECEA2D
Complementary color
Monochromatic Colors of #ECEA2D
Black with #ECEA2D
Text Example
Text Example
White with #ECEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA2D; }
p { color: rgb(236,234,45); }
H1.HeaderClassName
{
color: #ECEA2D;
}
.AnyTagClassName
{
color: #ECEA2D;
}
</style>
background-color css
<style>
a { background-color: #ECEA2D; }
a { background-color: rgb(236,234,45); }
div.DivClassName
{
background-color: #ECEA2D;
}
.BgClassName
{
background-color: #ECEA2D;
}
</style>
border-color css
<style>
span { border-color: #ECEA2D; }
span { border-color: rgb(236,234,45); }
td.TdClassName
{
border-color: #ECEA2D;
}
.TagClassName
{
border-color: #ECEA2D;
}
</style>