Shades of Golden Fizz #ECE231
Tints of Golden Fizz #ECE231
RGB
CMYK
RGB Variations
Color information
#ECE231 (or 0xECE231) is known color: Golden Fizz. HEX triplet: EC, E2 and 31. RGB value is (236,226,49). Sum of RGB (Red+Green+Blue) = 236+226+49=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE231 is #131DCE. Grayscale: #D1D1D1. Windows color (decimal): -1252815 or 3269356. OLE color: 3269356.
HSL color Cylindrical-coordinate representation of color #ECE231: hue angle of 56.79º 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 #ECE231 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 49 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.07 |
| HSL | 56.79º | 0.83% | 0.56% | - |
| HSV(B) | 56.79º | 0.79% | 0.93% | - |
| XYZ | 62.34 | 72.45 | 13.6 | - |
| YUV | 208.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 49 | 0 | 0.04 | 0.79 | 0.07 | 56.79 | 0.83 | 0.56 |
| Hex | EC | E2 | 31 | 0 | 4 | 4F | 7 | 39 | 53 | 38 |
| Octal | 354 | 342 | 61 | 0 | 4 | 117 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100010 | 110001 | 0 | 100 | 1001111 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE231
Complementary color
Monochromatic Colors of #ECE231
Black with #ECE231
Text Example
Text Example
White with #ECE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE231; }
p { color: rgb(236,226,49); }
H1.HeaderClassName
{
color: #ECE231;
}
.AnyTagClassName
{
color: #ECE231;
}
</style>
background-color css
<style>
a { background-color: #ECE231; }
a { background-color: rgb(236,226,49); }
div.DivClassName
{
background-color: #ECE231;
}
.BgClassName
{
background-color: #ECE231;
}
</style>
border-color css
<style>
span { border-color: #ECE231; }
span { border-color: rgb(236,226,49); }
td.TdClassName
{
border-color: #ECE231;
}
.TagClassName
{
border-color: #ECE231;
}
</style>