Shades of Golden Fizz #ECE127
Tints of Golden Fizz #ECE127
RGB
CMYK
RGB Variations
Color information
#ECE127 (or 0xECE127) is known color: Golden Fizz. HEX triplet: EC, E1 and 27. RGB value is (236,225,39). Sum of RGB (Red+Green+Blue) = 236+225+39=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE127 is #131ED8. Grayscale: #CFCFCF. Windows color (decimal): -1253081 or 2613740. OLE color: 2613740.
HSL color Cylindrical-coordinate representation of color #ECE127: hue angle of 56.65º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECE127 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 39 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.07 |
| HSL | 56.65º | 0.84% | 0.54% | - |
| HSV(B) | 56.65º | 0.83% | 0.93% | - |
| XYZ | 61.88 | 71.83 | 12.52 | - |
| YUV | 207.09 | 33.14 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 39 | 0 | 0.05 | 0.83 | 0.07 | 56.65 | 0.84 | 0.54 |
| Hex | EC | E1 | 27 | 0 | 5 | 53 | 7 | 39 | 54 | 36 |
| Octal | 354 | 341 | 47 | 0 | 5 | 123 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100001 | 100111 | 0 | 101 | 1010011 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE127
Complementary color
Monochromatic Colors of #ECE127
Black with #ECE127
Text Example
Text Example
White with #ECE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE127; }
p { color: rgb(236,225,39); }
H1.HeaderClassName
{
color: #ECE127;
}
.AnyTagClassName
{
color: #ECE127;
}
</style>
background-color css
<style>
a { background-color: #ECE127; }
a { background-color: rgb(236,225,39); }
div.DivClassName
{
background-color: #ECE127;
}
.BgClassName
{
background-color: #ECE127;
}
</style>
border-color css
<style>
span { border-color: #ECE127; }
span { border-color: rgb(236,225,39); }
td.TdClassName
{
border-color: #ECE127;
}
.TagClassName
{
border-color: #ECE127;
}
</style>