Shades of Golden Fizz #EFE135
Tints of Golden Fizz #EFE135
RGB
CMYK
RGB Variations
Color information
#EFE135 (or 0xEFE135) is known color: Golden Fizz. HEX triplet: EF, E1 and 35. RGB value is (239,225,53). Sum of RGB (Red+Green+Blue) = 239+225+53=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 53 (21.09% from 255 or 10.25% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE135 is #101ECA. Grayscale: #D2D2D2. Windows color (decimal): -1056459 or 3531247. OLE color: 3531247.
HSL color Cylindrical-coordinate representation of color #EFE135: hue angle of 55.48º 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 #EFE135 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 53 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.06 |
| HSL | 55.48º | 0.85% | 0.57% | - |
| HSV(B) | 55.48º | 0.78% | 0.94% | - |
| XYZ | 63.16 | 72.46 | 14.02 | - |
| YUV | 209.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 53 | 0 | 0.06 | 0.78 | 0.06 | 55.48 | 0.85 | 0.57 |
| Hex | EF | E1 | 35 | 0 | 6 | 4E | 6 | 37 | 55 | 39 |
| Octal | 357 | 341 | 65 | 0 | 6 | 116 | 6 | 67 | 125 | 71 |
| Binary | 11101111 | 11100001 | 110101 | 0 | 110 | 1001110 | 110 | 110111 | 1010101 | 111001 |
Color Harmonies of #EFE135
Complementary color
Monochromatic Colors of #EFE135
Black with #EFE135
Text Example
Text Example
White with #EFE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE135; }
p { color: rgb(239,225,53); }
H1.HeaderClassName
{
color: #EFE135;
}
.AnyTagClassName
{
color: #EFE135;
}
</style>
background-color css
<style>
a { background-color: #EFE135; }
a { background-color: rgb(239,225,53); }
div.DivClassName
{
background-color: #EFE135;
}
.BgClassName
{
background-color: #EFE135;
}
</style>
border-color css
<style>
span { border-color: #EFE135; }
span { border-color: rgb(239,225,53); }
td.TdClassName
{
border-color: #EFE135;
}
.TagClassName
{
border-color: #EFE135;
}
</style>