Shades of Golden Fizz #ECF338
Tints of Golden Fizz #ECF338
RGB
CMYK
RGB Variations
Color information
#ECF338 (or 0xECF338) is known color: Golden Fizz. HEX triplet: EC, F3 and 38. RGB value is (236,243,56). Sum of RGB (Red+Green+Blue) = 236+243+56=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 56 (22.27% from 255 or 10.47% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF338 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF338 is #130CC7. Grayscale: #DCDCDC. Windows color (decimal): -1248456 or 3732460. OLE color: 3732460.
HSL color Cylindrical-coordinate representation of color #ECF338: hue angle of 62.25º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECF338 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 56 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.05 |
| HSL | 62.25º | 0.89% | 0.59% | - |
| HSV(B) | 62.25º | 0.77% | 0.95% | - |
| XYZ | 67.36 | 82.22 | 16.06 | - |
| YUV | 219.59 | 35.68 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 56 | 0.03 | 0 | 0.77 | 0.05 | 62.25 | 0.89 | 0.59 |
| Hex | EC | F3 | 38 | 3 | 0 | 4D | 5 | 3E | 59 | 3B |
| Octal | 354 | 363 | 70 | 3 | 0 | 115 | 5 | 76 | 131 | 73 |
| Binary | 11101100 | 11110011 | 111000 | 11 | 0 | 1001101 | 101 | 111110 | 1011001 | 111011 |
Color Harmonies of #ECF338
Complementary color
Monochromatic Colors of #ECF338
Black with #ECF338
Text Example
Text Example
White with #ECF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF338; }
p { color: rgb(236,243,56); }
H1.HeaderClassName
{
color: #ECF338;
}
.AnyTagClassName
{
color: #ECF338;
}
</style>
background-color css
<style>
a { background-color: #ECF338; }
a { background-color: rgb(236,243,56); }
div.DivClassName
{
background-color: #ECF338;
}
.BgClassName
{
background-color: #ECF338;
}
</style>
border-color css
<style>
span { border-color: #ECF338; }
span { border-color: rgb(236,243,56); }
td.TdClassName
{
border-color: #ECF338;
}
.TagClassName
{
border-color: #ECF338;
}
</style>