Shades of Golden Fizz #ECE11F
Tints of Golden Fizz #ECE11F
RGB
CMYK
RGB Variations
Color information
#ECE11F (or 0xECE11F) is known color: Golden Fizz. HEX triplet: EC, E1 and 1F. RGB value is (236,225,31). Sum of RGB (Red+Green+Blue) = 236+225+31=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE11F is #131EE0. Grayscale: #CECECE. Windows color (decimal): -1253089 or 2089452. OLE color: 2089452.
HSL color Cylindrical-coordinate representation of color #ECE11F: hue angle of 56.78º 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 #ECE11F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.07 |
| HSL | 56.78º | 0.84% | 0.52% | - |
| HSV(B) | 56.78º | 0.87% | 0.93% | - |
| XYZ | 61.76 | 71.78 | 11.9 | - |
| YUV | 206.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 31 | 0 | 0.05 | 0.87 | 0.07 | 56.78 | 0.84 | 0.52 |
| Hex | EC | E1 | 1F | 0 | 5 | 57 | 7 | 39 | 54 | 34 |
| Octal | 354 | 341 | 37 | 0 | 5 | 127 | 7 | 71 | 124 | 64 |
| Binary | 11101100 | 11100001 | 11111 | 0 | 101 | 1010111 | 111 | 111001 | 1010100 | 110100 |
Color Harmonies of #ECE11F
Complementary color
Monochromatic Colors of #ECE11F
Black with #ECE11F
Text Example
Text Example
White with #ECE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE11F; }
p { color: rgb(236,225,31); }
H1.HeaderClassName
{
color: #ECE11F;
}
.AnyTagClassName
{
color: #ECE11F;
}
</style>
background-color css
<style>
a { background-color: #ECE11F; }
a { background-color: rgb(236,225,31); }
div.DivClassName
{
background-color: #ECE11F;
}
.BgClassName
{
background-color: #ECE11F;
}
</style>
border-color css
<style>
span { border-color: #ECE11F; }
span { border-color: rgb(236,225,31); }
td.TdClassName
{
border-color: #ECE11F;
}
.TagClassName
{
border-color: #ECE11F;
}
</style>