Shades of Golden Fizz #ECE32A
Tints of Golden Fizz #ECE32A
RGB
CMYK
RGB Variations
Color information
#ECE32A (or 0xECE32A) is known color: Golden Fizz. HEX triplet: EC, E3 and 2A. RGB value is (236,227,42). Sum of RGB (Red+Green+Blue) = 236+227+42=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE32A is #131CD5. Grayscale: #D1D1D1. Windows color (decimal): -1252566 or 2810860. OLE color: 2810860.
HSL color Cylindrical-coordinate representation of color #ECE32A: hue angle of 57.22º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECE32A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 42 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 57.22º | 0.84% | 0.55% | - |
| HSV(B) | 57.22º | 0.82% | 0.93% | - |
| XYZ | 62.48 | 72.94 | 12.98 | - |
| YUV | 208.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 42 | 0 | 0.04 | 0.82 | 0.07 | 57.22 | 0.84 | 0.55 |
| Hex | EC | E3 | 2A | 0 | 4 | 52 | 7 | 39 | 54 | 37 |
| Octal | 354 | 343 | 52 | 0 | 4 | 122 | 7 | 71 | 124 | 67 |
| Binary | 11101100 | 11100011 | 101010 | 0 | 100 | 1010010 | 111 | 111001 | 1010100 | 110111 |
Color Harmonies of #ECE32A
Complementary color
Monochromatic Colors of #ECE32A
Black with #ECE32A
Text Example
Text Example
White with #ECE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE32A; }
p { color: rgb(236,227,42); }
H1.HeaderClassName
{
color: #ECE32A;
}
.AnyTagClassName
{
color: #ECE32A;
}
</style>
background-color css
<style>
a { background-color: #ECE32A; }
a { background-color: rgb(236,227,42); }
div.DivClassName
{
background-color: #ECE32A;
}
.BgClassName
{
background-color: #ECE32A;
}
</style>
border-color css
<style>
span { border-color: #ECE32A; }
span { border-color: rgb(236,227,42); }
td.TdClassName
{
border-color: #ECE32A;
}
.TagClassName
{
border-color: #ECE32A;
}
</style>