Shades of Golden Fizz #ECE42B
Tints of Golden Fizz #ECE42B
RGB
CMYK
RGB Variations
Color information
#ECE42B (or 0xECE42B) is known color: Golden Fizz. HEX triplet: EC, E4 and 2B. RGB value is (236,228,43). Sum of RGB (Red+Green+Blue) = 236+228+43=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE42B is #131BD4. Grayscale: #D2D2D2. Windows color (decimal): -1252309 or 2876652. OLE color: 2876652.
HSL color Cylindrical-coordinate representation of color #ECE42B: hue angle of 57.51º 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 #ECE42B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 43 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 57.51º | 0.84% | 0.55% | - |
| HSV(B) | 57.51º | 0.82% | 0.93% | - |
| XYZ | 62.77 | 73.49 | 13.16 | - |
| YUV | 209.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 43 | 0 | 0.03 | 0.82 | 0.07 | 57.51 | 0.84 | 0.55 |
| Hex | EC | E4 | 2B | 0 | 3 | 52 | 7 | 3A | 54 | 37 |
| Octal | 354 | 344 | 53 | 0 | 3 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101100 | 11100100 | 101011 | 0 | 11 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #ECE42B
Complementary color
Monochromatic Colors of #ECE42B
Black with #ECE42B
Text Example
Text Example
White with #ECE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE42B; }
p { color: rgb(236,228,43); }
H1.HeaderClassName
{
color: #ECE42B;
}
.AnyTagClassName
{
color: #ECE42B;
}
</style>
background-color css
<style>
a { background-color: #ECE42B; }
a { background-color: rgb(236,228,43); }
div.DivClassName
{
background-color: #ECE42B;
}
.BgClassName
{
background-color: #ECE42B;
}
</style>
border-color css
<style>
span { border-color: #ECE42B; }
span { border-color: rgb(236,228,43); }
td.TdClassName
{
border-color: #ECE42B;
}
.TagClassName
{
border-color: #ECE42B;
}
</style>