Shades of Golden Fizz #EFEE30
Tints of Golden Fizz #EFEE30
RGB
CMYK
RGB Variations
Color information
#EFEE30 (or 0xEFEE30) is known color: Golden Fizz. HEX triplet: EF, EE and 30. RGB value is (239,238,48). Sum of RGB (Red+Green+Blue) = 239+238+48=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE30 is #1011CF. Grayscale: #D9D9D9. Windows color (decimal): -1053136 or 3206895. OLE color: 3206895.
HSL color Cylindrical-coordinate representation of color #EFEE30: hue angle of 59.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFEE30 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 48 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.06 |
| HSL | 59.69º | 0.86% | 0.56% | - |
| HSV(B) | 59.69º | 0.8% | 0.94% | - |
| XYZ | 66.7 | 79.71 | 14.67 | - |
| YUV | 216.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 48 | 0 | 0.00 | 0.80 | 0.06 | 59.69 | 0.86 | 0.56 |
| Hex | EF | EE | 30 | 0 | 0 | 50 | 6 | 3C | 56 | 38 |
| Octal | 357 | 356 | 60 | 0 | 0 | 120 | 6 | 74 | 126 | 70 |
| Binary | 11101111 | 11101110 | 110000 | 0 | 0 | 1010000 | 110 | 111100 | 1010110 | 111000 |
Color Harmonies of #EFEE30
Complementary color
Monochromatic Colors of #EFEE30
Black with #EFEE30
Text Example
Text Example
White with #EFEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE30; }
p { color: rgb(239,238,48); }
H1.HeaderClassName
{
color: #EFEE30;
}
.AnyTagClassName
{
color: #EFEE30;
}
</style>
background-color css
<style>
a { background-color: #EFEE30; }
a { background-color: rgb(239,238,48); }
div.DivClassName
{
background-color: #EFEE30;
}
.BgClassName
{
background-color: #EFEE30;
}
</style>
border-color css
<style>
span { border-color: #EFEE30; }
span { border-color: rgb(239,238,48); }
td.TdClassName
{
border-color: #EFEE30;
}
.TagClassName
{
border-color: #EFEE30;
}
</style>