Shades of Golden Fizz #EFE93B
Tints of Golden Fizz #EFE93B
RGB
CMYK
RGB Variations
Color information
#EFE93B (or 0xEFE93B) is known color: Golden Fizz. HEX triplet: EF, E9 and 3B. RGB value is (239,233,59). Sum of RGB (Red+Green+Blue) = 239+233+59=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE93B is #1016C4. Grayscale: #D7D7D7. Windows color (decimal): -1054405 or 3926511. OLE color: 3926511.
HSL color Cylindrical-coordinate representation of color #EFE93B: hue angle of 58º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFE93B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 59 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.06 |
| HSL | 58º | 0.85% | 0.58% | - |
| HSV(B) | 58º | 0.75% | 0.94% | - |
| XYZ | 65.52 | 76.94 | 15.54 | - |
| YUV | 214.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 59 | 0 | 0.03 | 0.75 | 0.06 | 58 | 0.85 | 0.58 |
| Hex | EF | E9 | 3B | 0 | 3 | 4B | 6 | 3A | 55 | 3A |
| Octal | 357 | 351 | 73 | 0 | 3 | 113 | 6 | 72 | 125 | 72 |
| Binary | 11101111 | 11101001 | 111011 | 0 | 11 | 1001011 | 110 | 111010 | 1010101 | 111010 |
Color Harmonies of #EFE93B
Complementary color
Monochromatic Colors of #EFE93B
Black with #EFE93B
Text Example
Text Example
White with #EFE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE93B; }
p { color: rgb(239,233,59); }
H1.HeaderClassName
{
color: #EFE93B;
}
.AnyTagClassName
{
color: #EFE93B;
}
</style>
background-color css
<style>
a { background-color: #EFE93B; }
a { background-color: rgb(239,233,59); }
div.DivClassName
{
background-color: #EFE93B;
}
.BgClassName
{
background-color: #EFE93B;
}
</style>
border-color css
<style>
span { border-color: #EFE93B; }
span { border-color: rgb(239,233,59); }
td.TdClassName
{
border-color: #EFE93B;
}
.TagClassName
{
border-color: #EFE93B;
}
</style>