Shades of Golden Fizz #EFE21F
Tints of Golden Fizz #EFE21F
RGB
CMYK
RGB Variations
Color information
#EFE21F (or 0xEFE21F) is known color: Golden Fizz. HEX triplet: EF, E2 and 1F. RGB value is (239,226,31). Sum of RGB (Red+Green+Blue) = 239+226+31=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE21F is #101DE0. Grayscale: #D0D0D0. Windows color (decimal): -1056225 or 2089711. OLE color: 2089711.
HSL color Cylindrical-coordinate representation of color #EFE21F: hue angle of 56.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFE21F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.06 |
| HSL | 56.25º | 0.87% | 0.53% | - |
| HSV(B) | 56.25º | 0.87% | 0.94% | - |
| XYZ | 63.04 | 72.84 | 12.03 | - |
| YUV | 207.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 31 | 0 | 0.05 | 0.87 | 0.06 | 56.25 | 0.87 | 0.53 |
| Hex | EF | E2 | 1F | 0 | 5 | 57 | 6 | 38 | 57 | 35 |
| Octal | 357 | 342 | 37 | 0 | 5 | 127 | 6 | 70 | 127 | 65 |
| Binary | 11101111 | 11100010 | 11111 | 0 | 101 | 1010111 | 110 | 111000 | 1010111 | 110101 |
Color Harmonies of #EFE21F
Complementary color
Monochromatic Colors of #EFE21F
Black with #EFE21F
Text Example
Text Example
White with #EFE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE21F; }
p { color: rgb(239,226,31); }
H1.HeaderClassName
{
color: #EFE21F;
}
.AnyTagClassName
{
color: #EFE21F;
}
</style>
background-color css
<style>
a { background-color: #EFE21F; }
a { background-color: rgb(239,226,31); }
div.DivClassName
{
background-color: #EFE21F;
}
.BgClassName
{
background-color: #EFE21F;
}
</style>
border-color css
<style>
span { border-color: #EFE21F; }
span { border-color: rgb(239,226,31); }
td.TdClassName
{
border-color: #EFE21F;
}
.TagClassName
{
border-color: #EFE21F;
}
</style>