Shades of Golden Fizz #ECEA21
Tints of Golden Fizz #ECEA21
RGB
CMYK
RGB Variations
Color information
#ECEA21 (or 0xECEA21) is known color: Golden Fizz. HEX triplet: EC, EA and 21. RGB value is (236,234,33). Sum of RGB (Red+Green+Blue) = 236+234+33=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA21 is #1315DE. Grayscale: #D4D4D4. Windows color (decimal): -1250783 or 2222828. OLE color: 2222828.
HSL color Cylindrical-coordinate representation of color #ECEA21: hue angle of 59.41º 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 #ECEA21 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 33 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.07 |
| HSL | 59.41º | 0.84% | 0.53% | - |
| HSV(B) | 59.41º | 0.86% | 0.93% | - |
| XYZ | 64.29 | 76.79 | 12.87 | - |
| YUV | 211.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 33 | 0 | 0.01 | 0.86 | 0.07 | 59.41 | 0.84 | 0.53 |
| Hex | EC | EA | 21 | 0 | 1 | 56 | 7 | 3B | 54 | 35 |
| Octal | 354 | 352 | 41 | 0 | 1 | 126 | 7 | 73 | 124 | 65 |
| Binary | 11101100 | 11101010 | 100001 | 0 | 1 | 1010110 | 111 | 111011 | 1010100 | 110101 |
Color Harmonies of #ECEA21
Complementary color
Monochromatic Colors of #ECEA21
Black with #ECEA21
Text Example
Text Example
White with #ECEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA21; }
p { color: rgb(236,234,33); }
H1.HeaderClassName
{
color: #ECEA21;
}
.AnyTagClassName
{
color: #ECEA21;
}
</style>
background-color css
<style>
a { background-color: #ECEA21; }
a { background-color: rgb(236,234,33); }
div.DivClassName
{
background-color: #ECEA21;
}
.BgClassName
{
background-color: #ECEA21;
}
</style>
border-color css
<style>
span { border-color: #ECEA21; }
span { border-color: rgb(236,234,33); }
td.TdClassName
{
border-color: #ECEA21;
}
.TagClassName
{
border-color: #ECEA21;
}
</style>