Shades of Golden Fizz #ECDA3A
Tints of Golden Fizz #ECDA3A
RGB
CMYK
RGB Variations
Color information
#ECDA3A (or 0xECDA3A) is known color: Golden Fizz. HEX triplet: EC, DA and 3A. RGB value is (236,218,58). Sum of RGB (Red+Green+Blue) = 236+218+58=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA3A is #1325C5. Grayscale: #CDCDCD. Windows color (decimal): -1254854 or 3857132. OLE color: 3857132.
HSL color Cylindrical-coordinate representation of color #ECDA3A: hue angle of 53.93º 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 #ECDA3A is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 58 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.93º | 0.82% | 0.58% | - |
| HSV(B) | 53.93º | 0.75% | 0.93% | - |
| XYZ | 60.43 | 68.28 | 14 | - |
| YUV | 205.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 58 | 0 | 0.08 | 0.75 | 0.07 | 53.93 | 0.82 | 0.58 |
| Hex | EC | DA | 3A | 0 | 8 | 4B | 7 | 36 | 52 | 3A |
| Octal | 354 | 332 | 72 | 0 | 10 | 113 | 7 | 66 | 122 | 72 |
| Binary | 11101100 | 11011010 | 111010 | 0 | 1000 | 1001011 | 111 | 110110 | 1010010 | 111010 |
Color Harmonies of #ECDA3A
Complementary color
Monochromatic Colors of #ECDA3A
Black with #ECDA3A
Text Example
Text Example
White with #ECDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA3A; }
p { color: rgb(236,218,58); }
H1.HeaderClassName
{
color: #ECDA3A;
}
.AnyTagClassName
{
color: #ECDA3A;
}
</style>
background-color css
<style>
a { background-color: #ECDA3A; }
a { background-color: rgb(236,218,58); }
div.DivClassName
{
background-color: #ECDA3A;
}
.BgClassName
{
background-color: #ECDA3A;
}
</style>
border-color css
<style>
span { border-color: #ECDA3A; }
span { border-color: rgb(236,218,58); }
td.TdClassName
{
border-color: #ECDA3A;
}
.TagClassName
{
border-color: #ECDA3A;
}
</style>