Shades of Golden Fizz #ECDA34
Tints of Golden Fizz #ECDA34
RGB
CMYK
RGB Variations
Color information
#ECDA34 (or 0xECDA34) is known color: Golden Fizz. HEX triplet: EC, DA and 34. RGB value is (236,218,52). Sum of RGB (Red+Green+Blue) = 236+218+52=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA34 is #1325CB. Grayscale: #CDCDCD. Windows color (decimal): -1254860 or 3463916. OLE color: 3463916.
HSL color Cylindrical-coordinate representation of color #ECDA34: hue angle of 54.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECDA34 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 52 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.07 |
| HSL | 54.13º | 0.83% | 0.56% | - |
| HSV(B) | 54.13º | 0.78% | 0.93% | - |
| XYZ | 60.28 | 68.22 | 13.24 | - |
| YUV | 204.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 52 | 0 | 0.08 | 0.78 | 0.07 | 54.13 | 0.83 | 0.56 |
| Hex | EC | DA | 34 | 0 | 8 | 4E | 7 | 36 | 53 | 38 |
| Octal | 354 | 332 | 64 | 0 | 10 | 116 | 7 | 66 | 123 | 70 |
| Binary | 11101100 | 11011010 | 110100 | 0 | 1000 | 1001110 | 111 | 110110 | 1010011 | 111000 |
Color Harmonies of #ECDA34
Complementary color
Monochromatic Colors of #ECDA34
Black with #ECDA34
Text Example
Text Example
White with #ECDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA34; }
p { color: rgb(236,218,52); }
H1.HeaderClassName
{
color: #ECDA34;
}
.AnyTagClassName
{
color: #ECDA34;
}
</style>
background-color css
<style>
a { background-color: #ECDA34; }
a { background-color: rgb(236,218,52); }
div.DivClassName
{
background-color: #ECDA34;
}
.BgClassName
{
background-color: #ECDA34;
}
</style>
border-color css
<style>
span { border-color: #ECDA34; }
span { border-color: rgb(236,218,52); }
td.TdClassName
{
border-color: #ECDA34;
}
.TagClassName
{
border-color: #ECDA34;
}
</style>