Shades of Golden Fizz #ECDC34
Tints of Golden Fizz #ECDC34
RGB
CMYK
RGB Variations
Color information
#ECDC34 (or 0xECDC34) is known color: Golden Fizz. HEX triplet: EC, DC and 34. RGB value is (236,220,52). Sum of RGB (Red+Green+Blue) = 236+220+52=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC34 is #1323CB. Grayscale: #CECECE. Windows color (decimal): -1254348 or 3464428. OLE color: 3464428.
HSL color Cylindrical-coordinate representation of color #ECDC34: hue angle of 54.78º 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 #ECDC34 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.78º | 0.83% | 0.56% | - |
| HSV(B) | 54.78º | 0.78% | 0.93% | - |
| XYZ | 60.81 | 69.27 | 13.41 | - |
| YUV | 205.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 52 | 0 | 0.07 | 0.78 | 0.07 | 54.78 | 0.83 | 0.56 |
| Hex | EC | DC | 34 | 0 | 7 | 4E | 7 | 37 | 53 | 38 |
| Octal | 354 | 334 | 64 | 0 | 7 | 116 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011100 | 110100 | 0 | 111 | 1001110 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDC34
Complementary color
Monochromatic Colors of #ECDC34
Black with #ECDC34
Text Example
Text Example
White with #ECDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC34; }
p { color: rgb(236,220,52); }
H1.HeaderClassName
{
color: #ECDC34;
}
.AnyTagClassName
{
color: #ECDC34;
}
</style>
background-color css
<style>
a { background-color: #ECDC34; }
a { background-color: rgb(236,220,52); }
div.DivClassName
{
background-color: #ECDC34;
}
.BgClassName
{
background-color: #ECDC34;
}
</style>
border-color css
<style>
span { border-color: #ECDC34; }
span { border-color: rgb(236,220,52); }
td.TdClassName
{
border-color: #ECDC34;
}
.TagClassName
{
border-color: #ECDC34;
}
</style>