Shades of Golden Fizz #ECE62F
Tints of Golden Fizz #ECE62F
RGB
CMYK
RGB Variations
Color information
#ECE62F (or 0xECE62F) is known color: Golden Fizz. HEX triplet: EC, E6 and 2F. RGB value is (236,230,47). Sum of RGB (Red+Green+Blue) = 236+230+47=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE62F is #1319D0. Grayscale: #D3D3D3. Windows color (decimal): -1251793 or 3139308. OLE color: 3139308.
HSL color Cylindrical-coordinate representation of color #ECE62F: hue angle of 58.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECE62F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 47 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.07 |
| HSL | 58.1º | 0.83% | 0.55% | - |
| HSV(B) | 58.1º | 0.8% | 0.93% | - |
| XYZ | 63.4 | 74.63 | 13.75 | - |
| YUV | 210.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 47 | 0 | 0.03 | 0.80 | 0.07 | 58.1 | 0.83 | 0.55 |
| Hex | EC | E6 | 2F | 0 | 3 | 50 | 7 | 3A | 53 | 37 |
| Octal | 354 | 346 | 57 | 0 | 3 | 120 | 7 | 72 | 123 | 67 |
| Binary | 11101100 | 11100110 | 101111 | 0 | 11 | 1010000 | 111 | 111010 | 1010011 | 110111 |
Color Harmonies of #ECE62F
Complementary color
Monochromatic Colors of #ECE62F
Black with #ECE62F
Text Example
Text Example
White with #ECE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE62F; }
p { color: rgb(236,230,47); }
H1.HeaderClassName
{
color: #ECE62F;
}
.AnyTagClassName
{
color: #ECE62F;
}
</style>
background-color css
<style>
a { background-color: #ECE62F; }
a { background-color: rgb(236,230,47); }
div.DivClassName
{
background-color: #ECE62F;
}
.BgClassName
{
background-color: #ECE62F;
}
</style>
border-color css
<style>
span { border-color: #ECE62F; }
span { border-color: rgb(236,230,47); }
td.TdClassName
{
border-color: #ECE62F;
}
.TagClassName
{
border-color: #ECE62F;
}
</style>