Shades of Golden Fizz #ECEA39
Tints of Golden Fizz #ECEA39
RGB
CMYK
RGB Variations
Color information
#ECEA39 (or 0xECEA39) is known color: Golden Fizz. HEX triplet: EC, EA and 39. RGB value is (236,234,57). Sum of RGB (Red+Green+Blue) = 236+234+57=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 57 (22.66% from 255 or 10.82% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA39 is #1315C6. Grayscale: #D7D7D7. Windows color (decimal): -1250759 or 3795692. OLE color: 3795692.
HSL color Cylindrical-coordinate representation of color #ECEA39: hue angle of 59.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECEA39 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 57 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.07 |
| HSL | 59.33º | 0.82% | 0.57% | - |
| HSV(B) | 59.33º | 0.76% | 0.93% | - |
| XYZ | 64.75 | 76.97 | 15.32 | - |
| YUV | 214.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 57 | 0 | 0.01 | 0.76 | 0.07 | 59.33 | 0.82 | 0.57 |
| Hex | EC | EA | 39 | 0 | 1 | 4C | 7 | 3B | 52 | 39 |
| Octal | 354 | 352 | 71 | 0 | 1 | 114 | 7 | 73 | 122 | 71 |
| Binary | 11101100 | 11101010 | 111001 | 0 | 1 | 1001100 | 111 | 111011 | 1010010 | 111001 |
Color Harmonies of #ECEA39
Complementary color
Monochromatic Colors of #ECEA39
Black with #ECEA39
Text Example
Text Example
White with #ECEA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA39; }
p { color: rgb(236,234,57); }
H1.HeaderClassName
{
color: #ECEA39;
}
.AnyTagClassName
{
color: #ECEA39;
}
</style>
background-color css
<style>
a { background-color: #ECEA39; }
a { background-color: rgb(236,234,57); }
div.DivClassName
{
background-color: #ECEA39;
}
.BgClassName
{
background-color: #ECEA39;
}
</style>
border-color css
<style>
span { border-color: #ECEA39; }
span { border-color: rgb(236,234,57); }
td.TdClassName
{
border-color: #ECEA39;
}
.TagClassName
{
border-color: #ECEA39;
}
</style>