Shades of Golden Fizz #EFEE32
Tints of Golden Fizz #EFEE32
RGB
CMYK
RGB Variations
Color information
#EFEE32 (or 0xEFEE32) is known color: Golden Fizz. HEX triplet: EF, EE and 32. RGB value is (239,238,50). Sum of RGB (Red+Green+Blue) = 239+238+50=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE32 is #1011CD. Grayscale: #D9D9D9. Windows color (decimal): -1053134 or 3337967. OLE color: 3337967.
HSL color Cylindrical-coordinate representation of color #EFEE32: hue angle of 59.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFEE32 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 50 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.06 |
| HSL | 59.68º | 0.86% | 0.57% | - |
| HSV(B) | 59.68º | 0.79% | 0.94% | - |
| XYZ | 66.75 | 79.73 | 14.89 | - |
| YUV | 216.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 50 | 0 | 0.00 | 0.79 | 0.06 | 59.68 | 0.86 | 0.57 |
| Hex | EF | EE | 32 | 0 | 0 | 4F | 6 | 3C | 56 | 39 |
| Octal | 357 | 356 | 62 | 0 | 0 | 117 | 6 | 74 | 126 | 71 |
| Binary | 11101111 | 11101110 | 110010 | 0 | 0 | 1001111 | 110 | 111100 | 1010110 | 111001 |
Color Harmonies of #EFEE32
Complementary color
Monochromatic Colors of #EFEE32
Black with #EFEE32
Text Example
Text Example
White with #EFEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE32; }
p { color: rgb(239,238,50); }
H1.HeaderClassName
{
color: #EFEE32;
}
.AnyTagClassName
{
color: #EFEE32;
}
</style>
background-color css
<style>
a { background-color: #EFEE32; }
a { background-color: rgb(239,238,50); }
div.DivClassName
{
background-color: #EFEE32;
}
.BgClassName
{
background-color: #EFEE32;
}
</style>
border-color css
<style>
span { border-color: #EFEE32; }
span { border-color: rgb(239,238,50); }
td.TdClassName
{
border-color: #EFEE32;
}
.TagClassName
{
border-color: #EFEE32;
}
</style>