Shades of Golden Fizz #ECE62A
Tints of Golden Fizz #ECE62A
RGB
CMYK
RGB Variations
Color information
#ECE62A (or 0xECE62A) is known color: Golden Fizz. HEX triplet: EC, E6 and 2A. RGB value is (236,230,42). Sum of RGB (Red+Green+Blue) = 236+230+42=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE62A is #1319D5. Grayscale: #D3D3D3. Windows color (decimal): -1251798 or 2811628. OLE color: 2811628.
HSL color Cylindrical-coordinate representation of color #ECE62A: hue angle of 58.14º 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 #ECE62A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 42 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 58.14º | 0.84% | 0.55% | - |
| HSV(B) | 58.14º | 0.82% | 0.93% | - |
| XYZ | 63.31 | 74.59 | 13.25 | - |
| YUV | 210.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 42 | 0 | 0.03 | 0.82 | 0.07 | 58.14 | 0.84 | 0.55 |
| Hex | EC | E6 | 2A | 0 | 3 | 52 | 7 | 3A | 54 | 37 |
| Octal | 354 | 346 | 52 | 0 | 3 | 122 | 7 | 72 | 124 | 67 |
| Binary | 11101100 | 11100110 | 101010 | 0 | 11 | 1010010 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #ECE62A
Complementary color
Monochromatic Colors of #ECE62A
Black with #ECE62A
Text Example
Text Example
White with #ECE62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE62A; }
p { color: rgb(236,230,42); }
H1.HeaderClassName
{
color: #ECE62A;
}
.AnyTagClassName
{
color: #ECE62A;
}
</style>
background-color css
<style>
a { background-color: #ECE62A; }
a { background-color: rgb(236,230,42); }
div.DivClassName
{
background-color: #ECE62A;
}
.BgClassName
{
background-color: #ECE62A;
}
</style>
border-color css
<style>
span { border-color: #ECE62A; }
span { border-color: rgb(236,230,42); }
td.TdClassName
{
border-color: #ECE62A;
}
.TagClassName
{
border-color: #ECE62A;
}
</style>