Shades of Golden Fizz #EFE235
Tints of Golden Fizz #EFE235
RGB
CMYK
RGB Variations
Color information
#EFE235 (or 0xEFE235) is known color: Golden Fizz. HEX triplet: EF, E2 and 35. RGB value is (239,226,53). Sum of RGB (Red+Green+Blue) = 239+226+53=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE235 is #101DCA. Grayscale: #D2D2D2. Windows color (decimal): -1056203 or 3531503. OLE color: 3531503.
HSL color Cylindrical-coordinate representation of color #EFE235: hue angle of 55.81º 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 #EFE235 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 53 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.06 |
| HSL | 55.81º | 0.85% | 0.57% | - |
| HSV(B) | 55.81º | 0.78% | 0.94% | - |
| XYZ | 63.44 | 73 | 14.12 | - |
| YUV | 210.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 53 | 0 | 0.05 | 0.78 | 0.06 | 55.81 | 0.85 | 0.57 |
| Hex | EF | E2 | 35 | 0 | 5 | 4E | 6 | 38 | 55 | 39 |
| Octal | 357 | 342 | 65 | 0 | 5 | 116 | 6 | 70 | 125 | 71 |
| Binary | 11101111 | 11100010 | 110101 | 0 | 101 | 1001110 | 110 | 111000 | 1010101 | 111001 |
Color Harmonies of #EFE235
Complementary color
Monochromatic Colors of #EFE235
Black with #EFE235
Text Example
Text Example
White with #EFE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE235; }
p { color: rgb(239,226,53); }
H1.HeaderClassName
{
color: #EFE235;
}
.AnyTagClassName
{
color: #EFE235;
}
</style>
background-color css
<style>
a { background-color: #EFE235; }
a { background-color: rgb(239,226,53); }
div.DivClassName
{
background-color: #EFE235;
}
.BgClassName
{
background-color: #EFE235;
}
</style>
border-color css
<style>
span { border-color: #EFE235; }
span { border-color: rgb(239,226,53); }
td.TdClassName
{
border-color: #EFE235;
}
.TagClassName
{
border-color: #EFE235;
}
</style>