Shades of Golden Fizz #ECE42E
Tints of Golden Fizz #ECE42E
RGB
CMYK
RGB Variations
Color information
#ECE42E (or 0xECE42E) is known color: Golden Fizz. HEX triplet: EC, E4 and 2E. RGB value is (236,228,46). Sum of RGB (Red+Green+Blue) = 236+228+46=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE42E is #131BD1. Grayscale: #D2D2D2. Windows color (decimal): -1252306 or 3073260. OLE color: 3073260.
HSL color Cylindrical-coordinate representation of color #ECE42E: hue angle of 57.47º 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 #ECE42E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 46 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.47º | 0.83% | 0.55% | - |
| HSV(B) | 57.47º | 0.81% | 0.93% | - |
| XYZ | 62.83 | 73.52 | 13.46 | - |
| YUV | 209.64 | 35.65 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 46 | 0 | 0.03 | 0.81 | 0.07 | 57.47 | 0.83 | 0.55 |
| Hex | EC | E4 | 2E | 0 | 3 | 51 | 7 | 39 | 53 | 37 |
| Octal | 354 | 344 | 56 | 0 | 3 | 121 | 7 | 71 | 123 | 67 |
| Binary | 11101100 | 11100100 | 101110 | 0 | 11 | 1010001 | 111 | 111001 | 1010011 | 110111 |
Color Harmonies of #ECE42E
Complementary color
Monochromatic Colors of #ECE42E
Black with #ECE42E
Text Example
Text Example
White with #ECE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE42E; }
p { color: rgb(236,228,46); }
H1.HeaderClassName
{
color: #ECE42E;
}
.AnyTagClassName
{
color: #ECE42E;
}
</style>
background-color css
<style>
a { background-color: #ECE42E; }
a { background-color: rgb(236,228,46); }
div.DivClassName
{
background-color: #ECE42E;
}
.BgClassName
{
background-color: #ECE42E;
}
</style>
border-color css
<style>
span { border-color: #ECE42E; }
span { border-color: rgb(236,228,46); }
td.TdClassName
{
border-color: #ECE42E;
}
.TagClassName
{
border-color: #ECE42E;
}
</style>