Shades of Golden Fizz #ECED2D
Tints of Golden Fizz #ECED2D
RGB
CMYK
RGB Variations
Color information
#ECED2D (or 0xECED2D) is known color: Golden Fizz. HEX triplet: EC, ED and 2D. RGB value is (236,237,45). Sum of RGB (Red+Green+Blue) = 236+237+45=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED2D is #1312D2. Grayscale: #D7D7D7. Windows color (decimal): -1250003 or 3010028. OLE color: 3010028.
HSL color Cylindrical-coordinate representation of color #ECED2D: hue angle of 60.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECED2D is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 45 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.07 |
| HSL | 60.31º | 0.84% | 0.55% | - |
| HSV(B) | 60.31º | 0.81% | 0.93% | - |
| XYZ | 65.35 | 78.59 | 14.21 | - |
| YUV | 214.81 | 32.17 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 45 | 0.00 | 0 | 0.81 | 0.07 | 60.31 | 0.84 | 0.55 |
| Hex | EC | ED | 2D | 0 | 0 | 51 | 7 | 3C | 54 | 37 |
| Octal | 354 | 355 | 55 | 0 | 0 | 121 | 7 | 74 | 124 | 67 |
| Binary | 11101100 | 11101101 | 101101 | 0 | 0 | 1010001 | 111 | 111100 | 1010100 | 110111 |
Color Harmonies of #ECED2D
Complementary color
Monochromatic Colors of #ECED2D
Black with #ECED2D
Text Example
Text Example
White with #ECED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED2D; }
p { color: rgb(236,237,45); }
H1.HeaderClassName
{
color: #ECED2D;
}
.AnyTagClassName
{
color: #ECED2D;
}
</style>
background-color css
<style>
a { background-color: #ECED2D; }
a { background-color: rgb(236,237,45); }
div.DivClassName
{
background-color: #ECED2D;
}
.BgClassName
{
background-color: #ECED2D;
}
</style>
border-color css
<style>
span { border-color: #ECED2D; }
span { border-color: rgb(236,237,45); }
td.TdClassName
{
border-color: #ECED2D;
}
.TagClassName
{
border-color: #ECED2D;
}
</style>