Shades of Golden Fizz #ECE42D
Tints of Golden Fizz #ECE42D
RGB
CMYK
RGB Variations
Color information
#ECE42D (or 0xECE42D) is known color: Golden Fizz. HEX triplet: EC, E4 and 2D. RGB value is (236,228,45). Sum of RGB (Red+Green+Blue) = 236+228+45=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE42D is #131BD2. Grayscale: #D2D2D2. Windows color (decimal): -1252307 or 3007724. OLE color: 3007724.
HSL color Cylindrical-coordinate representation of color #ECE42D: hue angle of 57.49º 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 #ECE42D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.49º | 0.83% | 0.55% | - |
| HSV(B) | 57.49º | 0.81% | 0.93% | - |
| XYZ | 62.81 | 73.51 | 13.36 | - |
| YUV | 209.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 45 | 0 | 0.03 | 0.81 | 0.07 | 57.49 | 0.83 | 0.55 |
| Hex | EC | E4 | 2D | 0 | 3 | 51 | 7 | 39 | 53 | 37 |
| Octal | 354 | 344 | 55 | 0 | 3 | 121 | 7 | 71 | 123 | 67 |
| Binary | 11101100 | 11100100 | 101101 | 0 | 11 | 1010001 | 111 | 111001 | 1010011 | 110111 |
Color Harmonies of #ECE42D
Complementary color
Monochromatic Colors of #ECE42D
Black with #ECE42D
Text Example
Text Example
White with #ECE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE42D; }
p { color: rgb(236,228,45); }
H1.HeaderClassName
{
color: #ECE42D;
}
.AnyTagClassName
{
color: #ECE42D;
}
</style>
background-color css
<style>
a { background-color: #ECE42D; }
a { background-color: rgb(236,228,45); }
div.DivClassName
{
background-color: #ECE42D;
}
.BgClassName
{
background-color: #ECE42D;
}
</style>
border-color css
<style>
span { border-color: #ECE42D; }
span { border-color: rgb(236,228,45); }
td.TdClassName
{
border-color: #ECE42D;
}
.TagClassName
{
border-color: #ECE42D;
}
</style>