Shades of Golden Fizz #ECE31F
Tints of Golden Fizz #ECE31F
RGB
CMYK
RGB Variations
Color information
#ECE31F (or 0xECE31F) is known color: Golden Fizz. HEX triplet: EC, E3 and 1F. RGB value is (236,227,31). Sum of RGB (Red+Green+Blue) = 236+227+31=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 31 (12.5% from 255 or 6.28% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE31F is #131CE0. Grayscale: #D0D0D0. Windows color (decimal): -1252577 or 2089964. OLE color: 2089964.
HSL color Cylindrical-coordinate representation of color #ECE31F: hue angle of 57.37º 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 #ECE31F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 31 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.07 |
| HSL | 57.37º | 0.84% | 0.52% | - |
| HSV(B) | 57.37º | 0.87% | 0.93% | - |
| XYZ | 62.31 | 72.87 | 12.08 | - |
| YUV | 207.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 31 | 0 | 0.04 | 0.87 | 0.07 | 57.37 | 0.84 | 0.52 |
| Hex | EC | E3 | 1F | 0 | 4 | 57 | 7 | 39 | 54 | 34 |
| Octal | 354 | 343 | 37 | 0 | 4 | 127 | 7 | 71 | 124 | 64 |
| Binary | 11101100 | 11100011 | 11111 | 0 | 100 | 1010111 | 111 | 111001 | 1010100 | 110100 |
Color Harmonies of #ECE31F
Complementary color
Monochromatic Colors of #ECE31F
Black with #ECE31F
Text Example
Text Example
White with #ECE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE31F; }
p { color: rgb(236,227,31); }
H1.HeaderClassName
{
color: #ECE31F;
}
.AnyTagClassName
{
color: #ECE31F;
}
</style>
background-color css
<style>
a { background-color: #ECE31F; }
a { background-color: rgb(236,227,31); }
div.DivClassName
{
background-color: #ECE31F;
}
.BgClassName
{
background-color: #ECE31F;
}
</style>
border-color css
<style>
span { border-color: #ECE31F; }
span { border-color: rgb(236,227,31); }
td.TdClassName
{
border-color: #ECE31F;
}
.TagClassName
{
border-color: #ECE31F;
}
</style>