Shades of Golden Fizz #EFE634
Tints of Golden Fizz #EFE634
RGB
CMYK
RGB Variations
Color information
#EFE634 (or 0xEFE634) is known color: Golden Fizz. HEX triplet: EF, E6 and 34. RGB value is (239,230,52). Sum of RGB (Red+Green+Blue) = 239+230+52=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE634 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE634 is #1019CB. Grayscale: #D5D5D5. Windows color (decimal): -1055180 or 3466991. OLE color: 3466991.
HSL color Cylindrical-coordinate representation of color #EFE634: hue angle of 57.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFE634 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 52 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.06 |
| HSL | 57.11º | 0.85% | 0.57% | - |
| HSV(B) | 57.11º | 0.78% | 0.94% | - |
| XYZ | 64.51 | 75.19 | 14.36 | - |
| YUV | 212.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 52 | 0 | 0.04 | 0.78 | 0.06 | 57.11 | 0.85 | 0.57 |
| Hex | EF | E6 | 34 | 0 | 4 | 4E | 6 | 39 | 55 | 39 |
| Octal | 357 | 346 | 64 | 0 | 4 | 116 | 6 | 71 | 125 | 71 |
| Binary | 11101111 | 11100110 | 110100 | 0 | 100 | 1001110 | 110 | 111001 | 1010101 | 111001 |
Color Harmonies of #EFE634
Complementary color
Monochromatic Colors of #EFE634
Black with #EFE634
Text Example
Text Example
White with #EFE634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE634; }
p { color: rgb(239,230,52); }
H1.HeaderClassName
{
color: #EFE634;
}
.AnyTagClassName
{
color: #EFE634;
}
</style>
background-color css
<style>
a { background-color: #EFE634; }
a { background-color: rgb(239,230,52); }
div.DivClassName
{
background-color: #EFE634;
}
.BgClassName
{
background-color: #EFE634;
}
</style>
border-color css
<style>
span { border-color: #EFE634; }
span { border-color: rgb(239,230,52); }
td.TdClassName
{
border-color: #EFE634;
}
.TagClassName
{
border-color: #EFE634;
}
</style>