Shades of Golden Fizz #ECE41D
Tints of Golden Fizz #ECE41D
RGB
CMYK
RGB Variations
Color information
#ECE41D (or 0xECE41D) is known color: Golden Fizz. HEX triplet: EC, E4 and 1D. RGB value is (236,228,29). Sum of RGB (Red+Green+Blue) = 236+228+29=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE41D is #131BE2. Grayscale: #D0D0D0. Windows color (decimal): -1252323 or 1959148. OLE color: 1959148.
HSL color Cylindrical-coordinate representation of color #ECE41D: hue angle of 57.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECE41D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 29 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.07 |
| HSL | 57.68º | 0.84% | 0.52% | - |
| HSV(B) | 57.68º | 0.88% | 0.93% | - |
| XYZ | 62.56 | 73.41 | 12.03 | - |
| YUV | 207.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 29 | 0 | 0.03 | 0.88 | 0.07 | 57.68 | 0.84 | 0.52 |
| Hex | EC | E4 | 1D | 0 | 3 | 58 | 7 | 3A | 54 | 34 |
| Octal | 354 | 344 | 35 | 0 | 3 | 130 | 7 | 72 | 124 | 64 |
| Binary | 11101100 | 11100100 | 11101 | 0 | 11 | 1011000 | 111 | 111010 | 1010100 | 110100 |
Color Harmonies of #ECE41D
Complementary color
Monochromatic Colors of #ECE41D
Black with #ECE41D
Text Example
Text Example
White with #ECE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE41D; }
p { color: rgb(236,228,29); }
H1.HeaderClassName
{
color: #ECE41D;
}
.AnyTagClassName
{
color: #ECE41D;
}
</style>
background-color css
<style>
a { background-color: #ECE41D; }
a { background-color: rgb(236,228,29); }
div.DivClassName
{
background-color: #ECE41D;
}
.BgClassName
{
background-color: #ECE41D;
}
</style>
border-color css
<style>
span { border-color: #ECE41D; }
span { border-color: rgb(236,228,29); }
td.TdClassName
{
border-color: #ECE41D;
}
.TagClassName
{
border-color: #ECE41D;
}
</style>