Shades of Golden Fizz #EEEF2D
Tints of Golden Fizz #EEEF2D
RGB
CMYK
RGB Variations
Color information
#EEEF2D (or 0xEEEF2D) is known color: Golden Fizz. HEX triplet: EE, EF and 2D. RGB value is (238,239,45). Sum of RGB (Red+Green+Blue) = 238+239+45=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEF2D is #1110D2. Grayscale: #D9D9D9. Windows color (decimal): -1118419 or 3010542. OLE color: 3010542.
HSL color Cylindrical-coordinate representation of color #EEEF2D: hue angle of 60.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEEF2D is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 45 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.06 |
| HSL | 60.31º | 0.86% | 0.56% | - |
| HSV(B) | 60.31º | 0.81% | 0.94% | - |
| XYZ | 66.6 | 80.1 | 14.43 | - |
| YUV | 216.59 | 31.17 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 45 | 0.00 | 0 | 0.81 | 0.06 | 60.31 | 0.86 | 0.56 |
| Hex | EE | EF | 2D | 0 | 0 | 51 | 6 | 3C | 56 | 38 |
| Octal | 356 | 357 | 55 | 0 | 0 | 121 | 6 | 74 | 126 | 70 |
| Binary | 11101110 | 11101111 | 101101 | 0 | 0 | 1010001 | 110 | 111100 | 1010110 | 111000 |
Color Harmonies of #EEEF2D
Complementary color
Monochromatic Colors of #EEEF2D
Black with #EEEF2D
Text Example
Text Example
White with #EEEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF2D; }
p { color: rgb(238,239,45); }
H1.HeaderClassName
{
color: #EEEF2D;
}
.AnyTagClassName
{
color: #EEEF2D;
}
</style>
background-color css
<style>
a { background-color: #EEEF2D; }
a { background-color: rgb(238,239,45); }
div.DivClassName
{
background-color: #EEEF2D;
}
.BgClassName
{
background-color: #EEEF2D;
}
</style>
border-color css
<style>
span { border-color: #EEEF2D; }
span { border-color: rgb(238,239,45); }
td.TdClassName
{
border-color: #EEEF2D;
}
.TagClassName
{
border-color: #EEEF2D;
}
</style>