Shades of Golden Fizz #EEEF2C
Tints of Golden Fizz #EEEF2C
RGB
CMYK
RGB Variations
Color information
#EEEF2C (or 0xEEEF2C) is known color: Golden Fizz. HEX triplet: EE, EF and 2C. RGB value is (238,239,44). Sum of RGB (Red+Green+Blue) = 238+239+44=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEF2C is #1110D3. Grayscale: #D9D9D9. Windows color (decimal): -1118420 or 2945006. OLE color: 2945006.
HSL color Cylindrical-coordinate representation of color #EEEF2C: hue angle of 60.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEEF2C is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 44 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.06 |
| HSL | 60.31º | 0.86% | 0.55% | - |
| HSV(B) | 60.31º | 0.82% | 0.94% | - |
| XYZ | 66.58 | 80.09 | 14.33 | - |
| YUV | 216.47 | 30.67 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 44 | 0.00 | 0 | 0.82 | 0.06 | 60.31 | 0.86 | 0.55 |
| Hex | EE | EF | 2C | 0 | 0 | 52 | 6 | 3C | 56 | 37 |
| Octal | 356 | 357 | 54 | 0 | 0 | 122 | 6 | 74 | 126 | 67 |
| Binary | 11101110 | 11101111 | 101100 | 0 | 0 | 1010010 | 110 | 111100 | 1010110 | 110111 |
Color Harmonies of #EEEF2C
Complementary color
Monochromatic Colors of #EEEF2C
Black with #EEEF2C
Text Example
Text Example
White with #EEEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF2C; }
p { color: rgb(238,239,44); }
H1.HeaderClassName
{
color: #EEEF2C;
}
.AnyTagClassName
{
color: #EEEF2C;
}
</style>
background-color css
<style>
a { background-color: #EEEF2C; }
a { background-color: rgb(238,239,44); }
div.DivClassName
{
background-color: #EEEF2C;
}
.BgClassName
{
background-color: #EEEF2C;
}
</style>
border-color css
<style>
span { border-color: #EEEF2C; }
span { border-color: rgb(238,239,44); }
td.TdClassName
{
border-color: #EEEF2C;
}
.TagClassName
{
border-color: #EEEF2C;
}
</style>