Shades of Golden Fizz #ECE321
Tints of Golden Fizz #ECE321
RGB
CMYK
RGB Variations
Color information
#ECE321 (or 0xECE321) is known color: Golden Fizz. HEX triplet: EC, E3 and 21. RGB value is (236,227,33). Sum of RGB (Red+Green+Blue) = 236+227+33=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE321 is #131CDE. Grayscale: #D0D0D0. Windows color (decimal): -1252575 or 2221036. OLE color: 2221036.
HSL color Cylindrical-coordinate representation of color #ECE321: hue angle of 57.34º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECE321 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 33 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.07 |
| HSL | 57.34º | 0.84% | 0.53% | - |
| HSV(B) | 57.34º | 0.86% | 0.93% | - |
| XYZ | 62.34 | 72.88 | 12.22 | - |
| YUV | 207.58 | 29.48 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 33 | 0 | 0.04 | 0.86 | 0.07 | 57.34 | 0.84 | 0.53 |
| Hex | EC | E3 | 21 | 0 | 4 | 56 | 7 | 39 | 54 | 35 |
| Octal | 354 | 343 | 41 | 0 | 4 | 126 | 7 | 71 | 124 | 65 |
| Binary | 11101100 | 11100011 | 100001 | 0 | 100 | 1010110 | 111 | 111001 | 1010100 | 110101 |
Color Harmonies of #ECE321
Complementary color
Monochromatic Colors of #ECE321
Black with #ECE321
Text Example
Text Example
White with #ECE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE321; }
p { color: rgb(236,227,33); }
H1.HeaderClassName
{
color: #ECE321;
}
.AnyTagClassName
{
color: #ECE321;
}
</style>
background-color css
<style>
a { background-color: #ECE321; }
a { background-color: rgb(236,227,33); }
div.DivClassName
{
background-color: #ECE321;
}
.BgClassName
{
background-color: #ECE321;
}
</style>
border-color css
<style>
span { border-color: #ECE321; }
span { border-color: rgb(236,227,33); }
td.TdClassName
{
border-color: #ECE321;
}
.TagClassName
{
border-color: #ECE321;
}
</style>