Shades of Golden Fizz #ECE92A
Tints of Golden Fizz #ECE92A
RGB
CMYK
RGB Variations
Color information
#ECE92A (or 0xECE92A) is known color: Golden Fizz. HEX triplet: EC, E9 and 2A. RGB value is (236,233,42). Sum of RGB (Red+Green+Blue) = 236+233+42=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE92A is #1316D5. Grayscale: #D4D4D4. Windows color (decimal): -1251030 or 2812396. OLE color: 2812396.
HSL color Cylindrical-coordinate representation of color #ECE92A: hue angle of 59.07º 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 #ECE92A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 42 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.07 |
| HSL | 59.07º | 0.84% | 0.55% | - |
| HSV(B) | 59.07º | 0.82% | 0.93% | - |
| XYZ | 64.15 | 76.28 | 13.53 | - |
| YUV | 212.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 42 | 0 | 0.01 | 0.82 | 0.07 | 59.07 | 0.84 | 0.55 |
| Hex | EC | E9 | 2A | 0 | 1 | 52 | 7 | 3B | 54 | 37 |
| Octal | 354 | 351 | 52 | 0 | 1 | 122 | 7 | 73 | 124 | 67 |
| Binary | 11101100 | 11101001 | 101010 | 0 | 1 | 1010010 | 111 | 111011 | 1010100 | 110111 |
Color Harmonies of #ECE92A
Complementary color
Monochromatic Colors of #ECE92A
Black with #ECE92A
Text Example
Text Example
White with #ECE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE92A; }
p { color: rgb(236,233,42); }
H1.HeaderClassName
{
color: #ECE92A;
}
.AnyTagClassName
{
color: #ECE92A;
}
</style>
background-color css
<style>
a { background-color: #ECE92A; }
a { background-color: rgb(236,233,42); }
div.DivClassName
{
background-color: #ECE92A;
}
.BgClassName
{
background-color: #ECE92A;
}
</style>
border-color css
<style>
span { border-color: #ECE92A; }
span { border-color: rgb(236,233,42); }
td.TdClassName
{
border-color: #ECE92A;
}
.TagClassName
{
border-color: #ECE92A;
}
</style>