Shades of Golden Fizz #ECD72B
Tints of Golden Fizz #ECD72B
RGB
CMYK
RGB Variations
Color information
#ECD72B (or 0xECD72B) is known color: Golden Fizz. HEX triplet: EC, D7 and 2B. RGB value is (236,215,43). Sum of RGB (Red+Green+Blue) = 236+215+43=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD72B is #1328D4. Grayscale: #CACACA. Windows color (decimal): -1255637 or 2873324. OLE color: 2873324.
HSL color Cylindrical-coordinate representation of color #ECD72B: hue angle of 53.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECD72B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.07 |
| HSL | 53.47º | 0.84% | 0.55% | - |
| HSV(B) | 53.47º | 0.82% | 0.93% | - |
| XYZ | 59.33 | 66.61 | 12.02 | - |
| YUV | 201.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 43 | 0 | 0.09 | 0.82 | 0.07 | 53.47 | 0.84 | 0.55 |
| Hex | EC | D7 | 2B | 0 | 9 | 52 | 7 | 35 | 54 | 37 |
| Octal | 354 | 327 | 53 | 0 | 11 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101100 | 11010111 | 101011 | 0 | 1001 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #ECD72B
Complementary color
Monochromatic Colors of #ECD72B
Black with #ECD72B
Text Example
Text Example
White with #ECD72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD72B; }
p { color: rgb(236,215,43); }
H1.HeaderClassName
{
color: #ECD72B;
}
.AnyTagClassName
{
color: #ECD72B;
}
</style>
background-color css
<style>
a { background-color: #ECD72B; }
a { background-color: rgb(236,215,43); }
div.DivClassName
{
background-color: #ECD72B;
}
.BgClassName
{
background-color: #ECD72B;
}
</style>
border-color css
<style>
span { border-color: #ECD72B; }
span { border-color: rgb(236,215,43); }
td.TdClassName
{
border-color: #ECD72B;
}
.TagClassName
{
border-color: #ECD72B;
}
</style>