Shades of Golden Fizz #ECEF2D
Tints of Golden Fizz #ECEF2D
RGB
CMYK
RGB Variations
Color information
#ECEF2D (or 0xECEF2D) is known color: Golden Fizz. HEX triplet: EC, EF and 2D. RGB value is (236,239,45). Sum of RGB (Red+Green+Blue) = 236+239+45=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF2D is #1310D2. Grayscale: #D8D8D8. Windows color (decimal): -1249491 or 3010540. OLE color: 3010540.
HSL color Cylindrical-coordinate representation of color #ECEF2D: hue angle of 60.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECEF2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.06 |
| HSL | 60.93º | 0.86% | 0.56% | - |
| HSV(B) | 60.93º | 0.81% | 0.94% | - |
| XYZ | 65.93 | 79.76 | 14.4 | - |
| YUV | 215.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 45 | 0.01 | 0 | 0.81 | 0.06 | 60.93 | 0.86 | 0.56 |
| Hex | EC | EF | 2D | 1 | 0 | 51 | 6 | 3D | 56 | 38 |
| Octal | 354 | 357 | 55 | 1 | 0 | 121 | 6 | 75 | 126 | 70 |
| Binary | 11101100 | 11101111 | 101101 | 1 | 0 | 1010001 | 110 | 111101 | 1010110 | 111000 |
Color Harmonies of #ECEF2D
Complementary color
Monochromatic Colors of #ECEF2D
Black with #ECEF2D
Text Example
Text Example
White with #ECEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF2D; }
p { color: rgb(236,239,45); }
H1.HeaderClassName
{
color: #ECEF2D;
}
.AnyTagClassName
{
color: #ECEF2D;
}
</style>
background-color css
<style>
a { background-color: #ECEF2D; }
a { background-color: rgb(236,239,45); }
div.DivClassName
{
background-color: #ECEF2D;
}
.BgClassName
{
background-color: #ECEF2D;
}
</style>
border-color css
<style>
span { border-color: #ECEF2D; }
span { border-color: rgb(236,239,45); }
td.TdClassName
{
border-color: #ECEF2D;
}
.TagClassName
{
border-color: #ECEF2D;
}
</style>