Shades of Golden Fizz #ECE62B
Tints of Golden Fizz #ECE62B
RGB
CMYK
RGB Variations
Color information
#ECE62B (or 0xECE62B) is known color: Golden Fizz. HEX triplet: EC, E6 and 2B. RGB value is (236,230,43). Sum of RGB (Red+Green+Blue) = 236+230+43=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE62B is #1319D4. Grayscale: #D3D3D3. Windows color (decimal): -1251797 or 2877164. OLE color: 2877164.
HSL color Cylindrical-coordinate representation of color #ECE62B: hue angle of 58.13º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECE62B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 43 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 58.13º | 0.84% | 0.55% | - |
| HSV(B) | 58.13º | 0.82% | 0.93% | - |
| XYZ | 63.32 | 74.6 | 13.35 | - |
| YUV | 210.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 43 | 0 | 0.03 | 0.82 | 0.07 | 58.13 | 0.84 | 0.55 |
| Hex | EC | E6 | 2B | 0 | 3 | 52 | 7 | 3A | 54 | 37 |
| Octal | 354 | 346 | 53 | 0 | 3 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101100 | 11100110 | 101011 | 0 | 11 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #ECE62B
Complementary color
Monochromatic Colors of #ECE62B
Black with #ECE62B
Text Example
Text Example
White with #ECE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE62B; }
p { color: rgb(236,230,43); }
H1.HeaderClassName
{
color: #ECE62B;
}
.AnyTagClassName
{
color: #ECE62B;
}
</style>
background-color css
<style>
a { background-color: #ECE62B; }
a { background-color: rgb(236,230,43); }
div.DivClassName
{
background-color: #ECE62B;
}
.BgClassName
{
background-color: #ECE62B;
}
</style>
border-color css
<style>
span { border-color: #ECE62B; }
span { border-color: rgb(236,230,43); }
td.TdClassName
{
border-color: #ECE62B;
}
.TagClassName
{
border-color: #ECE62B;
}
</style>