Shades of Golden Fizz #ECEA2E
Tints of Golden Fizz #ECEA2E
RGB
CMYK
RGB Variations
Color information
#ECEA2E (or 0xECEA2E) is known color: Golden Fizz. HEX triplet: EC, EA and 2E. RGB value is (236,234,46). Sum of RGB (Red+Green+Blue) = 236+234+46=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA2E is #1315D1. Grayscale: #D5D5D5. Windows color (decimal): -1250770 or 3074796. OLE color: 3074796.
HSL color Cylindrical-coordinate representation of color #ECEA2E: 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 #ECEA2E is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 46 | - |
| 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.51 | 76.88 | 14.02 | - |
| YUV | 213.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 46 | 0 | 0.01 | 0.81 | 0.07 | 59.37 | 0.83 | 0.55 |
| Hex | EC | EA | 2E | 0 | 1 | 51 | 7 | 3B | 53 | 37 |
| Octal | 354 | 352 | 56 | 0 | 1 | 121 | 7 | 73 | 123 | 67 |
| Binary | 11101100 | 11101010 | 101110 | 0 | 1 | 1010001 | 111 | 111011 | 1010011 | 110111 |
Color Harmonies of #ECEA2E
Complementary color
Monochromatic Colors of #ECEA2E
Black with #ECEA2E
Text Example
Text Example
White with #ECEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA2E; }
p { color: rgb(236,234,46); }
H1.HeaderClassName
{
color: #ECEA2E;
}
.AnyTagClassName
{
color: #ECEA2E;
}
</style>
background-color css
<style>
a { background-color: #ECEA2E; }
a { background-color: rgb(236,234,46); }
div.DivClassName
{
background-color: #ECEA2E;
}
.BgClassName
{
background-color: #ECEA2E;
}
</style>
border-color css
<style>
span { border-color: #ECEA2E; }
span { border-color: rgb(236,234,46); }
td.TdClassName
{
border-color: #ECEA2E;
}
.TagClassName
{
border-color: #ECEA2E;
}
</style>