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