Shades of Golden Fizz #ECD72D
Tints of Golden Fizz #ECD72D
RGB
CMYK
RGB Variations
Color information
#ECD72D (or 0xECD72D) is known color: Golden Fizz. HEX triplet: EC, D7 and 2D. RGB value is (236,215,45). Sum of RGB (Red+Green+Blue) = 236+215+45=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD72D is #1328D2. Grayscale: #CACACA. Windows color (decimal): -1255635 or 3004396. OLE color: 3004396.
HSL color Cylindrical-coordinate representation of color #ECD72D: hue angle of 53.4º degrees, saturation: 0.83, 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 #ECD72D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 45 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.07 |
| HSL | 53.4º | 0.83% | 0.55% | - |
| HSV(B) | 53.4º | 0.81% | 0.93% | - |
| XYZ | 59.37 | 66.62 | 12.21 | - |
| YUV | 201.9 | 39.46 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 45 | 0 | 0.09 | 0.81 | 0.07 | 53.4 | 0.83 | 0.55 |
| Hex | EC | D7 | 2D | 0 | 9 | 51 | 7 | 35 | 53 | 37 |
| Octal | 354 | 327 | 55 | 0 | 11 | 121 | 7 | 65 | 123 | 67 |
| Binary | 11101100 | 11010111 | 101101 | 0 | 1001 | 1010001 | 111 | 110101 | 1010011 | 110111 |
Color Harmonies of #ECD72D
Complementary color
Monochromatic Colors of #ECD72D
Black with #ECD72D
Text Example
Text Example
White with #ECD72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD72D; }
p { color: rgb(236,215,45); }
H1.HeaderClassName
{
color: #ECD72D;
}
.AnyTagClassName
{
color: #ECD72D;
}
</style>
background-color css
<style>
a { background-color: #ECD72D; }
a { background-color: rgb(236,215,45); }
div.DivClassName
{
background-color: #ECD72D;
}
.BgClassName
{
background-color: #ECD72D;
}
</style>
border-color css
<style>
span { border-color: #ECD72D; }
span { border-color: rgb(236,215,45); }
td.TdClassName
{
border-color: #ECD72D;
}
.TagClassName
{
border-color: #ECD72D;
}
</style>