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