Shades of Golden Fizz #ECD333
Tints of Golden Fizz #ECD333
RGB
CMYK
RGB Variations
Color information
#ECD333 (or 0xECD333) is known color: Golden Fizz. HEX triplet: EC, D3 and 33. RGB value is (236,211,51). Sum of RGB (Red+Green+Blue) = 236+211+51=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD333 is #132CCC. Grayscale: #C8C8C8. Windows color (decimal): -1256653 or 3396588. OLE color: 3396588.
HSL color Cylindrical-coordinate representation of color #ECD333: hue angle of 51.89º 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 #ECD333 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 51 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.89º | 0.83% | 0.56% | - |
| HSV(B) | 51.89º | 0.78% | 0.93% | - |
| XYZ | 58.48 | 64.66 | 12.53 | - |
| YUV | 200.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 51 | 0 | 0.11 | 0.78 | 0.07 | 51.89 | 0.83 | 0.56 |
| Hex | EC | D3 | 33 | 0 | B | 4E | 7 | 34 | 53 | 38 |
| Octal | 354 | 323 | 63 | 0 | 13 | 116 | 7 | 64 | 123 | 70 |
| Binary | 11101100 | 11010011 | 110011 | 0 | 1011 | 1001110 | 111 | 110100 | 1010011 | 111000 |
Color Harmonies of #ECD333
Complementary color
Monochromatic Colors of #ECD333
Black with #ECD333
Text Example
Text Example
White with #ECD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD333; }
p { color: rgb(236,211,51); }
H1.HeaderClassName
{
color: #ECD333;
}
.AnyTagClassName
{
color: #ECD333;
}
</style>
background-color css
<style>
a { background-color: #ECD333; }
a { background-color: rgb(236,211,51); }
div.DivClassName
{
background-color: #ECD333;
}
.BgClassName
{
background-color: #ECD333;
}
</style>
border-color css
<style>
span { border-color: #ECD333; }
span { border-color: rgb(236,211,51); }
td.TdClassName
{
border-color: #ECD333;
}
.TagClassName
{
border-color: #ECD333;
}
</style>