Shades of Golden Fizz #ECE73A
Tints of Golden Fizz #ECE73A
RGB
CMYK
RGB Variations
Color information
#ECE73A (or 0xECE73A) is known color: Golden Fizz. HEX triplet: EC, E7 and 3A. RGB value is (236,231,58). Sum of RGB (Red+Green+Blue) = 236+231+58=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE73A is #1318C5. Grayscale: #D5D5D5. Windows color (decimal): -1251526 or 3860460. OLE color: 3860460.
HSL color Cylindrical-coordinate representation of color #ECE73A: hue angle of 58.31º 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 #ECE73A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 58 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.07 |
| HSL | 58.31º | 0.82% | 0.58% | - |
| HSV(B) | 58.31º | 0.75% | 0.93% | - |
| XYZ | 63.93 | 75.29 | 15.17 | - |
| YUV | 212.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 58 | 0 | 0.02 | 0.75 | 0.07 | 58.31 | 0.82 | 0.58 |
| Hex | EC | E7 | 3A | 0 | 2 | 4B | 7 | 3A | 52 | 3A |
| Octal | 354 | 347 | 72 | 0 | 2 | 113 | 7 | 72 | 122 | 72 |
| Binary | 11101100 | 11100111 | 111010 | 0 | 10 | 1001011 | 111 | 111010 | 1010010 | 111010 |
Color Harmonies of #ECE73A
Complementary color
Monochromatic Colors of #ECE73A
Black with #ECE73A
Text Example
Text Example
White with #ECE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE73A; }
p { color: rgb(236,231,58); }
H1.HeaderClassName
{
color: #ECE73A;
}
.AnyTagClassName
{
color: #ECE73A;
}
</style>
background-color css
<style>
a { background-color: #ECE73A; }
a { background-color: rgb(236,231,58); }
div.DivClassName
{
background-color: #ECE73A;
}
.BgClassName
{
background-color: #ECE73A;
}
</style>
border-color css
<style>
span { border-color: #ECE73A; }
span { border-color: rgb(236,231,58); }
td.TdClassName
{
border-color: #ECE73A;
}
.TagClassName
{
border-color: #ECE73A;
}
</style>