Shades of Golden Fizz #ECE01E
Tints of Golden Fizz #ECE01E
RGB
CMYK
RGB Variations
Color information
#ECE01E (or 0xECE01E) is known color: Golden Fizz. HEX triplet: EC, E0 and 1E. RGB value is (236,224,30). Sum of RGB (Red+Green+Blue) = 236+224+30=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE01E is #131FE1. Grayscale: #CECECE. Windows color (decimal): -1253346 or 2023660. OLE color: 2023660.
HSL color Cylindrical-coordinate representation of color #ECE01E: hue angle of 56.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECE01E is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 30 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.07 |
| HSL | 56.5º | 0.84% | 0.52% | - |
| HSV(B) | 56.5º | 0.87% | 0.93% | - |
| XYZ | 61.48 | 71.24 | 11.74 | - |
| YUV | 205.47 | 28.98 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 30 | 0 | 0.05 | 0.87 | 0.07 | 56.5 | 0.84 | 0.52 |
| Hex | EC | E0 | 1E | 0 | 5 | 57 | 7 | 39 | 54 | 34 |
| Octal | 354 | 340 | 36 | 0 | 5 | 127 | 7 | 71 | 124 | 64 |
| Binary | 11101100 | 11100000 | 11110 | 0 | 101 | 1010111 | 111 | 111001 | 1010100 | 110100 |
Color Harmonies of #ECE01E
Complementary color
Monochromatic Colors of #ECE01E
Black with #ECE01E
Text Example
Text Example
White with #ECE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE01E; }
p { color: rgb(236,224,30); }
H1.HeaderClassName
{
color: #ECE01E;
}
.AnyTagClassName
{
color: #ECE01E;
}
</style>
background-color css
<style>
a { background-color: #ECE01E; }
a { background-color: rgb(236,224,30); }
div.DivClassName
{
background-color: #ECE01E;
}
.BgClassName
{
background-color: #ECE01E;
}
</style>
border-color css
<style>
span { border-color: #ECE01E; }
span { border-color: rgb(236,224,30); }
td.TdClassName
{
border-color: #ECE01E;
}
.TagClassName
{
border-color: #ECE01E;
}
</style>