Shades of Golden Fizz #ECFF38
Tints of Golden Fizz #ECFF38
RGB
CMYK
RGB Variations
Color information
#ECFF38 (or 0xECFF38) is known color: Golden Fizz. HEX triplet: EC, FF and 38. RGB value is (236,255,56). Sum of RGB (Red+Green+Blue) = 236+255+56=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 56 (22.27% from 255 or 10.24% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF38 is #1300C7. Grayscale: #E3E3E3. Windows color (decimal): -1245384 or 3735532. OLE color: 3735532.
HSL color Cylindrical-coordinate representation of color #ECFF38: hue angle of 65.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECFF38 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 56 | - |
| CMYK | 0.07 | 0 | 0.78 | 0 |
| HSL | 65.73º | 1% | 0.61% | - |
| HSV(B) | 65.73º | 0.78% | 1% | - |
| XYZ | 71.07 | 89.64 | 17.3 | - |
| YUV | 226.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 56 | 0.07 | 0 | 0.78 | 0 | 65.73 | 1 | 0.61 |
| Hex | EC | FF | 38 | 7 | 0 | 4E | 0 | 42 | 64 | 3D |
| Octal | 354 | 377 | 70 | 7 | 0 | 116 | 0 | 102 | 144 | 75 |
| Binary | 11101100 | 11111111 | 111000 | 111 | 0 | 1001110 | 0 | 1000010 | 1100100 | 111101 |
Color Harmonies of #ECFF38
Complementary color
Monochromatic Colors of #ECFF38
Black with #ECFF38
Text Example
Text Example
White with #ECFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF38; }
p { color: rgb(236,255,56); }
H1.HeaderClassName
{
color: #ECFF38;
}
.AnyTagClassName
{
color: #ECFF38;
}
</style>
background-color css
<style>
a { background-color: #ECFF38; }
a { background-color: rgb(236,255,56); }
div.DivClassName
{
background-color: #ECFF38;
}
.BgClassName
{
background-color: #ECFF38;
}
</style>
border-color css
<style>
span { border-color: #ECFF38; }
span { border-color: rgb(236,255,56); }
td.TdClassName
{
border-color: #ECFF38;
}
.TagClassName
{
border-color: #ECFF38;
}
</style>