Shades of Golden Fizz #ECE13A
Tints of Golden Fizz #ECE13A
RGB
CMYK
RGB Variations
Color information
#ECE13A (or 0xECE13A) is known color: Golden Fizz. HEX triplet: EC, E1 and 3A. RGB value is (236,225,58). Sum of RGB (Red+Green+Blue) = 236+225+58=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE13A is #131EC5. Grayscale: #D1D1D1. Windows color (decimal): -1253062 or 3858924. OLE color: 3858924.
HSL color Cylindrical-coordinate representation of color #ECE13A: hue angle of 56.29º 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 #ECE13A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 58 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.07 |
| HSL | 56.29º | 0.82% | 0.58% | - |
| HSV(B) | 56.29º | 0.75% | 0.93% | - |
| XYZ | 62.28 | 71.99 | 14.62 | - |
| YUV | 209.25 | 42.64 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 58 | 0 | 0.05 | 0.75 | 0.07 | 56.29 | 0.82 | 0.58 |
| Hex | EC | E1 | 3A | 0 | 5 | 4B | 7 | 38 | 52 | 3A |
| Octal | 354 | 341 | 72 | 0 | 5 | 113 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11100001 | 111010 | 0 | 101 | 1001011 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECE13A
Complementary color
Monochromatic Colors of #ECE13A
Black with #ECE13A
Text Example
Text Example
White with #ECE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE13A; }
p { color: rgb(236,225,58); }
H1.HeaderClassName
{
color: #ECE13A;
}
.AnyTagClassName
{
color: #ECE13A;
}
</style>
background-color css
<style>
a { background-color: #ECE13A; }
a { background-color: rgb(236,225,58); }
div.DivClassName
{
background-color: #ECE13A;
}
.BgClassName
{
background-color: #ECE13A;
}
</style>
border-color css
<style>
span { border-color: #ECE13A; }
span { border-color: rgb(236,225,58); }
td.TdClassName
{
border-color: #ECE13A;
}
.TagClassName
{
border-color: #ECE13A;
}
</style>