Shades of Golden Fizz #ECD43B
Tints of Golden Fizz #ECD43B
RGB
CMYK
RGB Variations
Color information
#ECD43B (or 0xECD43B) is known color: Golden Fizz. HEX triplet: EC, D4 and 3B. RGB value is (236,212,59). Sum of RGB (Red+Green+Blue) = 236+212+59=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD43B is #132BC4. Grayscale: #CACACA. Windows color (decimal): -1256389 or 3921132. OLE color: 3921132.
HSL color Cylindrical-coordinate representation of color #ECD43B: hue angle of 51.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD43B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 51.86º | 0.82% | 0.58% | - |
| HSV(B) | 51.86º | 0.75% | 0.93% | - |
| XYZ | 58.92 | 65.24 | 13.62 | - |
| YUV | 201.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 59 | 0 | 0.10 | 0.75 | 0.07 | 51.86 | 0.82 | 0.58 |
| Hex | EC | D4 | 3B | 0 | A | 4B | 7 | 34 | 52 | 3A |
| Octal | 354 | 324 | 73 | 0 | 12 | 113 | 7 | 64 | 122 | 72 |
| Binary | 11101100 | 11010100 | 111011 | 0 | 1010 | 1001011 | 111 | 110100 | 1010010 | 111010 |
Color Harmonies of #ECD43B
Complementary color
Monochromatic Colors of #ECD43B
Black with #ECD43B
Text Example
Text Example
White with #ECD43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD43B; }
p { color: rgb(236,212,59); }
H1.HeaderClassName
{
color: #ECD43B;
}
.AnyTagClassName
{
color: #ECD43B;
}
</style>
background-color css
<style>
a { background-color: #ECD43B; }
a { background-color: rgb(236,212,59); }
div.DivClassName
{
background-color: #ECD43B;
}
.BgClassName
{
background-color: #ECD43B;
}
</style>
border-color css
<style>
span { border-color: #ECD43B; }
span { border-color: rgb(236,212,59); }
td.TdClassName
{
border-color: #ECD43B;
}
.TagClassName
{
border-color: #ECD43B;
}
</style>