Shades of Golden Fizz #EFE131
Tints of Golden Fizz #EFE131
RGB
CMYK
RGB Variations
Color information
#EFE131 (or 0xEFE131) is known color: Golden Fizz. HEX triplet: EF, E1 and 31. RGB value is (239,225,49). Sum of RGB (Red+Green+Blue) = 239+225+49=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE131 is #101ECE. Grayscale: #D1D1D1. Windows color (decimal): -1056463 or 3269103. OLE color: 3269103.
HSL color Cylindrical-coordinate representation of color #EFE131: hue angle of 55.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFE131 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.06 |
| HSL | 55.58º | 0.86% | 0.56% | - |
| HSV(B) | 55.58º | 0.79% | 0.94% | - |
| XYZ | 63.08 | 72.42 | 13.56 | - |
| YUV | 209.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 49 | 0 | 0.06 | 0.79 | 0.06 | 55.58 | 0.86 | 0.56 |
| Hex | EF | E1 | 31 | 0 | 6 | 4F | 6 | 38 | 56 | 38 |
| Octal | 357 | 341 | 61 | 0 | 6 | 117 | 6 | 70 | 126 | 70 |
| Binary | 11101111 | 11100001 | 110001 | 0 | 110 | 1001111 | 110 | 111000 | 1010110 | 111000 |
Color Harmonies of #EFE131
Complementary color
Monochromatic Colors of #EFE131
Black with #EFE131
Text Example
Text Example
White with #EFE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE131; }
p { color: rgb(239,225,49); }
H1.HeaderClassName
{
color: #EFE131;
}
.AnyTagClassName
{
color: #EFE131;
}
</style>
background-color css
<style>
a { background-color: #EFE131; }
a { background-color: rgb(239,225,49); }
div.DivClassName
{
background-color: #EFE131;
}
.BgClassName
{
background-color: #EFE131;
}
</style>
border-color css
<style>
span { border-color: #EFE131; }
span { border-color: rgb(239,225,49); }
td.TdClassName
{
border-color: #EFE131;
}
.TagClassName
{
border-color: #EFE131;
}
</style>