Shades of Golden Fizz #ECE331
Tints of Golden Fizz #ECE331
RGB
CMYK
RGB Variations
Color information
#ECE331 (or 0xECE331) is known color: Golden Fizz. HEX triplet: EC, E3 and 31. RGB value is (236,227,49). Sum of RGB (Red+Green+Blue) = 236+227+49=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE331 is #131CCE. Grayscale: #D2D2D2. Windows color (decimal): -1252559 or 3269612. OLE color: 3269612.
HSL color Cylindrical-coordinate representation of color #ECE331: hue angle of 57.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECE331 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 49 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.07 |
| HSL | 57.11º | 0.83% | 0.56% | - |
| HSV(B) | 57.11º | 0.79% | 0.93% | - |
| XYZ | 62.62 | 72.99 | 13.69 | - |
| YUV | 209.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 49 | 0 | 0.04 | 0.79 | 0.07 | 57.11 | 0.83 | 0.56 |
| Hex | EC | E3 | 31 | 0 | 4 | 4F | 7 | 39 | 53 | 38 |
| Octal | 354 | 343 | 61 | 0 | 4 | 117 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100011 | 110001 | 0 | 100 | 1001111 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE331
Complementary color
Monochromatic Colors of #ECE331
Black with #ECE331
Text Example
Text Example
White with #ECE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE331; }
p { color: rgb(236,227,49); }
H1.HeaderClassName
{
color: #ECE331;
}
.AnyTagClassName
{
color: #ECE331;
}
</style>
background-color css
<style>
a { background-color: #ECE331; }
a { background-color: rgb(236,227,49); }
div.DivClassName
{
background-color: #ECE331;
}
.BgClassName
{
background-color: #ECE331;
}
</style>
border-color css
<style>
span { border-color: #ECE331; }
span { border-color: rgb(236,227,49); }
td.TdClassName
{
border-color: #ECE331;
}
.TagClassName
{
border-color: #ECE331;
}
</style>