Shades of Golden Fizz #ECEA3A
Tints of Golden Fizz #ECEA3A
RGB
CMYK
RGB Variations
Color information
#ECEA3A (or 0xECEA3A) is known color: Golden Fizz. HEX triplet: EC, EA and 3A. RGB value is (236,234,58). Sum of RGB (Red+Green+Blue) = 236+234+58=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA3A is #1315C5. Grayscale: #D7D7D7. Windows color (decimal): -1250758 or 3861228. OLE color: 3861228.
HSL color Cylindrical-coordinate representation of color #ECEA3A: hue angle of 59.33º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECEA3A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 58 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.07 |
| HSL | 59.33º | 0.82% | 0.58% | - |
| HSV(B) | 59.33º | 0.75% | 0.93% | - |
| XYZ | 64.78 | 76.98 | 15.45 | - |
| YUV | 214.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 58 | 0 | 0.01 | 0.75 | 0.07 | 59.33 | 0.82 | 0.58 |
| Hex | EC | EA | 3A | 0 | 1 | 4B | 7 | 3B | 52 | 3A |
| Octal | 354 | 352 | 72 | 0 | 1 | 113 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101010 | 111010 | 0 | 1 | 1001011 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECEA3A
Complementary color
Monochromatic Colors of #ECEA3A
Black with #ECEA3A
Text Example
Text Example
White with #ECEA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA3A; }
p { color: rgb(236,234,58); }
H1.HeaderClassName
{
color: #ECEA3A;
}
.AnyTagClassName
{
color: #ECEA3A;
}
</style>
background-color css
<style>
a { background-color: #ECEA3A; }
a { background-color: rgb(236,234,58); }
div.DivClassName
{
background-color: #ECEA3A;
}
.BgClassName
{
background-color: #ECEA3A;
}
</style>
border-color css
<style>
span { border-color: #ECEA3A; }
span { border-color: rgb(236,234,58); }
td.TdClassName
{
border-color: #ECEA3A;
}
.TagClassName
{
border-color: #ECEA3A;
}
</style>