Shades of Golden Fizz #ECEB28
Tints of Golden Fizz #ECEB28
RGB
CMYK
RGB Variations
Color information
#ECEB28 (or 0xECEB28) is known color: Golden Fizz. HEX triplet: EC, EB and 28. RGB value is (236,235,40). Sum of RGB (Red+Green+Blue) = 236+235+40=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB28 is #1314D7. Grayscale: #D5D5D5. Windows color (decimal): -1250520 or 2681836. OLE color: 2681836.
HSL color Cylindrical-coordinate representation of color #ECEB28: hue angle of 59.69º 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 #ECEB28 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 40 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.07 |
| HSL | 59.69º | 0.84% | 0.54% | - |
| HSV(B) | 59.69º | 0.83% | 0.93% | - |
| XYZ | 64.68 | 77.4 | 13.54 | - |
| YUV | 213.07 | 30.33 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 40 | 0 | 0.00 | 0.83 | 0.07 | 59.69 | 0.84 | 0.54 |
| Hex | EC | EB | 28 | 0 | 0 | 53 | 7 | 3C | 54 | 36 |
| Octal | 354 | 353 | 50 | 0 | 0 | 123 | 7 | 74 | 124 | 66 |
| Binary | 11101100 | 11101011 | 101000 | 0 | 0 | 1010011 | 111 | 111100 | 1010100 | 110110 |
Color Harmonies of #ECEB28
Complementary color
Monochromatic Colors of #ECEB28
Black with #ECEB28
Text Example
Text Example
White with #ECEB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB28; }
p { color: rgb(236,235,40); }
H1.HeaderClassName
{
color: #ECEB28;
}
.AnyTagClassName
{
color: #ECEB28;
}
</style>
background-color css
<style>
a { background-color: #ECEB28; }
a { background-color: rgb(236,235,40); }
div.DivClassName
{
background-color: #ECEB28;
}
.BgClassName
{
background-color: #ECEB28;
}
</style>
border-color css
<style>
span { border-color: #ECEB28; }
span { border-color: rgb(236,235,40); }
td.TdClassName
{
border-color: #ECEB28;
}
.TagClassName
{
border-color: #ECEB28;
}
</style>