Shades of Golden Fizz #EFED37
Tints of Golden Fizz #EFED37
RGB
CMYK
RGB Variations
Color information
#EFED37 (or 0xEFED37) is known color: Golden Fizz. HEX triplet: EF, ED and 37. RGB value is (239,237,55). Sum of RGB (Red+Green+Blue) = 239+237+55=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED37 is #1012C8. Grayscale: #D9D9D9. Windows color (decimal): -1053385 or 3665391. OLE color: 3665391.
HSL color Cylindrical-coordinate representation of color #EFED37: hue angle of 59.35º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFED37 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 55 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.06 |
| HSL | 59.35º | 0.85% | 0.58% | - |
| HSV(B) | 59.35º | 0.77% | 0.94% | - |
| XYZ | 66.57 | 79.19 | 15.39 | - |
| YUV | 216.85 | 36.66 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 55 | 0 | 0.01 | 0.77 | 0.06 | 59.35 | 0.85 | 0.58 |
| Hex | EF | ED | 37 | 0 | 1 | 4D | 6 | 3B | 55 | 3A |
| Octal | 357 | 355 | 67 | 0 | 1 | 115 | 6 | 73 | 125 | 72 |
| Binary | 11101111 | 11101101 | 110111 | 0 | 1 | 1001101 | 110 | 111011 | 1010101 | 111010 |
Color Harmonies of #EFED37
Complementary color
Monochromatic Colors of #EFED37
Black with #EFED37
Text Example
Text Example
White with #EFED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED37; }
p { color: rgb(239,237,55); }
H1.HeaderClassName
{
color: #EFED37;
}
.AnyTagClassName
{
color: #EFED37;
}
</style>
background-color css
<style>
a { background-color: #EFED37; }
a { background-color: rgb(239,237,55); }
div.DivClassName
{
background-color: #EFED37;
}
.BgClassName
{
background-color: #EFED37;
}
</style>
border-color css
<style>
span { border-color: #EFED37; }
span { border-color: rgb(239,237,55); }
td.TdClassName
{
border-color: #EFED37;
}
.TagClassName
{
border-color: #EFED37;
}
</style>