Shades of Golden Fizz #ECEA28
Tints of Golden Fizz #ECEA28
RGB
CMYK
RGB Variations
Color information
#ECEA28 (or 0xECEA28) is known color: Golden Fizz. HEX triplet: EC, EA and 28. RGB value is (236,234,40). Sum of RGB (Red+Green+Blue) = 236+234+40=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA28 is #1315D7. Grayscale: #D5D5D5. Windows color (decimal): -1250776 or 2681580. OLE color: 2681580.
HSL color Cylindrical-coordinate representation of color #ECEA28: hue angle of 59.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECEA28 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 40 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.07 |
| HSL | 59.39º | 0.84% | 0.54% | - |
| HSV(B) | 59.39º | 0.83% | 0.93% | - |
| XYZ | 64.4 | 76.83 | 13.44 | - |
| YUV | 212.48 | 30.66 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 40 | 0 | 0.01 | 0.83 | 0.07 | 59.39 | 0.84 | 0.54 |
| Hex | EC | EA | 28 | 0 | 1 | 53 | 7 | 3B | 54 | 36 |
| Octal | 354 | 352 | 50 | 0 | 1 | 123 | 7 | 73 | 124 | 66 |
| Binary | 11101100 | 11101010 | 101000 | 0 | 1 | 1010011 | 111 | 111011 | 1010100 | 110110 |
Color Harmonies of #ECEA28
Complementary color
Monochromatic Colors of #ECEA28
Black with #ECEA28
Text Example
Text Example
White with #ECEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA28; }
p { color: rgb(236,234,40); }
H1.HeaderClassName
{
color: #ECEA28;
}
.AnyTagClassName
{
color: #ECEA28;
}
</style>
background-color css
<style>
a { background-color: #ECEA28; }
a { background-color: rgb(236,234,40); }
div.DivClassName
{
background-color: #ECEA28;
}
.BgClassName
{
background-color: #ECEA28;
}
</style>
border-color css
<style>
span { border-color: #ECEA28; }
span { border-color: rgb(236,234,40); }
td.TdClassName
{
border-color: #ECEA28;
}
.TagClassName
{
border-color: #ECEA28;
}
</style>