Shades of Golden Fizz #ECD334
Tints of Golden Fizz #ECD334
RGB
CMYK
RGB Variations
Color information
#ECD334 (or 0xECD334) is known color: Golden Fizz. HEX triplet: EC, D3 and 34. RGB value is (236,211,52). Sum of RGB (Red+Green+Blue) = 236+211+52=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD334 is #132CCB. Grayscale: #C9C9C9. Windows color (decimal): -1256652 or 3462124. OLE color: 3462124.
HSL color Cylindrical-coordinate representation of color #ECD334: hue angle of 51.85º 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 #ECD334 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 52 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.85º | 0.83% | 0.56% | - |
| HSV(B) | 51.85º | 0.78% | 0.93% | - |
| XYZ | 58.51 | 64.67 | 12.65 | - |
| YUV | 200.35 | 44.28 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 52 | 0 | 0.11 | 0.78 | 0.07 | 51.85 | 0.83 | 0.56 |
| Hex | EC | D3 | 34 | 0 | B | 4E | 7 | 34 | 53 | 38 |
| Octal | 354 | 323 | 64 | 0 | 13 | 116 | 7 | 64 | 123 | 70 |
| Binary | 11101100 | 11010011 | 110100 | 0 | 1011 | 1001110 | 111 | 110100 | 1010011 | 111000 |
Color Harmonies of #ECD334
Complementary color
Monochromatic Colors of #ECD334
Black with #ECD334
Text Example
Text Example
White with #ECD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD334; }
p { color: rgb(236,211,52); }
H1.HeaderClassName
{
color: #ECD334;
}
.AnyTagClassName
{
color: #ECD334;
}
</style>
background-color css
<style>
a { background-color: #ECD334; }
a { background-color: rgb(236,211,52); }
div.DivClassName
{
background-color: #ECD334;
}
.BgClassName
{
background-color: #ECD334;
}
</style>
border-color css
<style>
span { border-color: #ECD334; }
span { border-color: rgb(236,211,52); }
td.TdClassName
{
border-color: #ECD334;
}
.TagClassName
{
border-color: #ECD334;
}
</style>