Shades of Golden Fizz #ECD33B
Tints of Golden Fizz #ECD33B
RGB
CMYK
RGB Variations
Color information
#ECD33B (or 0xECD33B) is known color: Golden Fizz. HEX triplet: EC, D3 and 3B. RGB value is (236,211,59). Sum of RGB (Red+Green+Blue) = 236+211+59=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD33B is #132CC4. Grayscale: #C9C9C9. Windows color (decimal): -1256645 or 3920876. OLE color: 3920876.
HSL color Cylindrical-coordinate representation of color #ECD33B: hue angle of 51.53º 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 #ECD33B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 59 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.53º | 0.82% | 0.58% | - |
| HSV(B) | 51.53º | 0.75% | 0.93% | - |
| XYZ | 58.68 | 64.74 | 13.54 | - |
| YUV | 201.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 59 | 0 | 0.11 | 0.75 | 0.07 | 51.53 | 0.82 | 0.58 |
| Hex | EC | D3 | 3B | 0 | B | 4B | 7 | 34 | 52 | 3A |
| Octal | 354 | 323 | 73 | 0 | 13 | 113 | 7 | 64 | 122 | 72 |
| Binary | 11101100 | 11010011 | 111011 | 0 | 1011 | 1001011 | 111 | 110100 | 1010010 | 111010 |
Color Harmonies of #ECD33B
Complementary color
Monochromatic Colors of #ECD33B
Black with #ECD33B
Text Example
Text Example
White with #ECD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD33B; }
p { color: rgb(236,211,59); }
H1.HeaderClassName
{
color: #ECD33B;
}
.AnyTagClassName
{
color: #ECD33B;
}
</style>
background-color css
<style>
a { background-color: #ECD33B; }
a { background-color: rgb(236,211,59); }
div.DivClassName
{
background-color: #ECD33B;
}
.BgClassName
{
background-color: #ECD33B;
}
</style>
border-color css
<style>
span { border-color: #ECD33B; }
span { border-color: rgb(236,211,59); }
td.TdClassName
{
border-color: #ECD33B;
}
.TagClassName
{
border-color: #ECD33B;
}
</style>