Shades of Golden Fizz #EEFF38
Tints of Golden Fizz #EEFF38
RGB
CMYK
RGB Variations
Color information
#EEFF38 (or 0xEEFF38) is known color: Golden Fizz. HEX triplet: EE, FF and 38. RGB value is (238,255,56). Sum of RGB (Red+Green+Blue) = 238+255+56=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 56 (22.27% from 255 or 10.20% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF38 is #1100C7. Grayscale: #E4E4E4. Windows color (decimal): -1114312 or 3735534. OLE color: 3735534.
HSL color Cylindrical-coordinate representation of color #EEFF38: hue angle of 65.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEFF38 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 56 | - |
| CMYK | 0.07 | 0 | 0.78 | 0 |
| HSL | 65.13º | 1% | 0.61% | - |
| HSV(B) | 65.13º | 0.78% | 1% | - |
| XYZ | 71.73 | 89.98 | 17.33 | - |
| YUV | 227.23 | 31.37 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 56 | 0.07 | 0 | 0.78 | 0 | 65.13 | 1 | 0.61 |
| Hex | EE | FF | 38 | 7 | 0 | 4E | 0 | 41 | 64 | 3D |
| Octal | 356 | 377 | 70 | 7 | 0 | 116 | 0 | 101 | 144 | 75 |
| Binary | 11101110 | 11111111 | 111000 | 111 | 0 | 1001110 | 0 | 1000001 | 1100100 | 111101 |
Color Harmonies of #EEFF38
Complementary color
Monochromatic Colors of #EEFF38
Black with #EEFF38
Text Example
Text Example
White with #EEFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF38; }
p { color: rgb(238,255,56); }
H1.HeaderClassName
{
color: #EEFF38;
}
.AnyTagClassName
{
color: #EEFF38;
}
</style>
background-color css
<style>
a { background-color: #EEFF38; }
a { background-color: rgb(238,255,56); }
div.DivClassName
{
background-color: #EEFF38;
}
.BgClassName
{
background-color: #EEFF38;
}
</style>
border-color css
<style>
span { border-color: #EEFF38; }
span { border-color: rgb(238,255,56); }
td.TdClassName
{
border-color: #EEFF38;
}
.TagClassName
{
border-color: #EEFF38;
}
</style>