Shades of Golden Fizz #ECED38
Tints of Golden Fizz #ECED38
RGB
CMYK
RGB Variations
Color information
#ECED38 (or 0xECED38) is known color: Golden Fizz. HEX triplet: EC, ED and 38. RGB value is (236,237,56). Sum of RGB (Red+Green+Blue) = 236+237+56=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED38 is #1312C7. Grayscale: #D8D8D8. Windows color (decimal): -1249992 or 3730924. OLE color: 3730924.
HSL color Cylindrical-coordinate representation of color #ECED38: hue angle of 60.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECED38 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 56 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.07 |
| HSL | 60.33º | 0.83% | 0.57% | - |
| HSV(B) | 60.33º | 0.76% | 0.93% | - |
| XYZ | 65.59 | 78.69 | 15.47 | - |
| YUV | 216.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 56 | 0.00 | 0 | 0.76 | 0.07 | 60.33 | 0.83 | 0.57 |
| Hex | EC | ED | 38 | 0 | 0 | 4C | 7 | 3C | 53 | 39 |
| Octal | 354 | 355 | 70 | 0 | 0 | 114 | 7 | 74 | 123 | 71 |
| Binary | 11101100 | 11101101 | 111000 | 0 | 0 | 1001100 | 111 | 111100 | 1010011 | 111001 |
Color Harmonies of #ECED38
Complementary color
Monochromatic Colors of #ECED38
Black with #ECED38
Text Example
Text Example
White with #ECED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED38; }
p { color: rgb(236,237,56); }
H1.HeaderClassName
{
color: #ECED38;
}
.AnyTagClassName
{
color: #ECED38;
}
</style>
background-color css
<style>
a { background-color: #ECED38; }
a { background-color: rgb(236,237,56); }
div.DivClassName
{
background-color: #ECED38;
}
.BgClassName
{
background-color: #ECED38;
}
</style>
border-color css
<style>
span { border-color: #ECED38; }
span { border-color: rgb(236,237,56); }
td.TdClassName
{
border-color: #ECED38;
}
.TagClassName
{
border-color: #ECED38;
}
</style>