Shades of Golden Fizz #ECED31
Tints of Golden Fizz #ECED31
RGB
CMYK
RGB Variations
Color information
#ECED31 (or 0xECED31) is known color: Golden Fizz. HEX triplet: EC, ED and 31. RGB value is (236,237,49). Sum of RGB (Red+Green+Blue) = 236+237+49=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 49 (19.53% from 255 or 9.39% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED31 is #1312CE. Grayscale: #D8D8D8. Windows color (decimal): -1249999 or 3272172. OLE color: 3272172.
HSL color Cylindrical-coordinate representation of color #ECED31: hue angle of 60.32º degrees, saturation: 0.84, 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 #ECED31 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 49 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.07 |
| HSL | 60.32º | 0.84% | 0.56% | - |
| HSV(B) | 60.32º | 0.79% | 0.93% | - |
| XYZ | 65.43 | 78.62 | 14.63 | - |
| YUV | 215.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 49 | 0.00 | 0 | 0.79 | 0.07 | 60.32 | 0.84 | 0.56 |
| Hex | EC | ED | 31 | 0 | 0 | 4F | 7 | 3C | 54 | 38 |
| Octal | 354 | 355 | 61 | 0 | 0 | 117 | 7 | 74 | 124 | 70 |
| Binary | 11101100 | 11101101 | 110001 | 0 | 0 | 1001111 | 111 | 111100 | 1010100 | 111000 |
Color Harmonies of #ECED31
Complementary color
Monochromatic Colors of #ECED31
Black with #ECED31
Text Example
Text Example
White with #ECED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED31; }
p { color: rgb(236,237,49); }
H1.HeaderClassName
{
color: #ECED31;
}
.AnyTagClassName
{
color: #ECED31;
}
</style>
background-color css
<style>
a { background-color: #ECED31; }
a { background-color: rgb(236,237,49); }
div.DivClassName
{
background-color: #ECED31;
}
.BgClassName
{
background-color: #ECED31;
}
</style>
border-color css
<style>
span { border-color: #ECED31; }
span { border-color: rgb(236,237,49); }
td.TdClassName
{
border-color: #ECED31;
}
.TagClassName
{
border-color: #ECED31;
}
</style>