Shades of Golden Fizz #ECE02D
Tints of Golden Fizz #ECE02D
RGB
CMYK
RGB Variations
Color information
#ECE02D (or 0xECE02D) is known color: Golden Fizz. HEX triplet: EC, E0 and 2D. RGB value is (236,224,45). Sum of RGB (Red+Green+Blue) = 236+224+45=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE02D is #131FD2. Grayscale: #CFCFCF. Windows color (decimal): -1253331 or 3006700. OLE color: 3006700.
HSL color Cylindrical-coordinate representation of color #ECE02D: hue angle of 56.23º 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 #ECE02D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.07 |
| HSL | 56.23º | 0.83% | 0.55% | - |
| HSV(B) | 56.23º | 0.81% | 0.93% | - |
| XYZ | 61.72 | 71.33 | 13 | - |
| YUV | 207.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 45 | 0 | 0.05 | 0.81 | 0.07 | 56.23 | 0.83 | 0.55 |
| Hex | EC | E0 | 2D | 0 | 5 | 51 | 7 | 38 | 53 | 37 |
| Octal | 354 | 340 | 55 | 0 | 5 | 121 | 7 | 70 | 123 | 67 |
| Binary | 11101100 | 11100000 | 101101 | 0 | 101 | 1010001 | 111 | 111000 | 1010011 | 110111 |
Color Harmonies of #ECE02D
Complementary color
Monochromatic Colors of #ECE02D
Black with #ECE02D
Text Example
Text Example
White with #ECE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE02D; }
p { color: rgb(236,224,45); }
H1.HeaderClassName
{
color: #ECE02D;
}
.AnyTagClassName
{
color: #ECE02D;
}
</style>
background-color css
<style>
a { background-color: #ECE02D; }
a { background-color: rgb(236,224,45); }
div.DivClassName
{
background-color: #ECE02D;
}
.BgClassName
{
background-color: #ECE02D;
}
</style>
border-color css
<style>
span { border-color: #ECE02D; }
span { border-color: rgb(236,224,45); }
td.TdClassName
{
border-color: #ECE02D;
}
.TagClassName
{
border-color: #ECE02D;
}
</style>