Shades of Golden Fizz #EFE13A
Tints of Golden Fizz #EFE13A
RGB
CMYK
RGB Variations
Color information
#EFE13A (or 0xEFE13A) is known color: Golden Fizz. HEX triplet: EF, E1 and 3A. RGB value is (239,225,58). Sum of RGB (Red+Green+Blue) = 239+225+58=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE13A is #101EC5. Grayscale: #D2D2D2. Windows color (decimal): -1056454 or 3858927. OLE color: 3858927.
HSL color Cylindrical-coordinate representation of color #EFE13A: hue angle of 55.36º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFE13A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 58 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.06 |
| HSL | 55.36º | 0.85% | 0.58% | - |
| HSV(B) | 55.36º | 0.76% | 0.94% | - |
| XYZ | 63.29 | 72.51 | 14.66 | - |
| YUV | 210.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 58 | 0 | 0.06 | 0.76 | 0.06 | 55.36 | 0.85 | 0.58 |
| Hex | EF | E1 | 3A | 0 | 6 | 4C | 6 | 37 | 55 | 3A |
| Octal | 357 | 341 | 72 | 0 | 6 | 114 | 6 | 67 | 125 | 72 |
| Binary | 11101111 | 11100001 | 111010 | 0 | 110 | 1001100 | 110 | 110111 | 1010101 | 111010 |
Color Harmonies of #EFE13A
Complementary color
Monochromatic Colors of #EFE13A
Black with #EFE13A
Text Example
Text Example
White with #EFE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE13A; }
p { color: rgb(239,225,58); }
H1.HeaderClassName
{
color: #EFE13A;
}
.AnyTagClassName
{
color: #EFE13A;
}
</style>
background-color css
<style>
a { background-color: #EFE13A; }
a { background-color: rgb(239,225,58); }
div.DivClassName
{
background-color: #EFE13A;
}
.BgClassName
{
background-color: #EFE13A;
}
</style>
border-color css
<style>
span { border-color: #EFE13A; }
span { border-color: rgb(239,225,58); }
td.TdClassName
{
border-color: #EFE13A;
}
.TagClassName
{
border-color: #EFE13A;
}
</style>