Shades of Golden Fizz #EEF32B
Tints of Golden Fizz #EEF32B
RGB
CMYK
RGB Variations
Color information
#EEF32B (or 0xEEF32B) is known color: Golden Fizz. HEX triplet: EE, F3 and 2B. RGB value is (238,243,43). Sum of RGB (Red+Green+Blue) = 238+243+43=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 43 (17.19% from 255 or 8.21% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF32B is #110CD4. Grayscale: #DBDBDB. Windows color (decimal): -1117397 or 2880494. OLE color: 2880494.
HSL color Cylindrical-coordinate representation of color #EEF32B: hue angle of 61.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF32B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 43 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.05 |
| HSL | 61.5º | 0.89% | 0.56% | - |
| HSV(B) | 61.5º | 0.82% | 0.95% | - |
| XYZ | 67.75 | 82.45 | 14.63 | - |
| YUV | 218.71 | 28.84 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 43 | 0.02 | 0 | 0.82 | 0.05 | 61.5 | 0.89 | 0.56 |
| Hex | EE | F3 | 2B | 2 | 0 | 52 | 5 | 3E | 59 | 38 |
| Octal | 356 | 363 | 53 | 2 | 0 | 122 | 5 | 76 | 131 | 70 |
| Binary | 11101110 | 11110011 | 101011 | 10 | 0 | 1010010 | 101 | 111110 | 1011001 | 111000 |
Color Harmonies of #EEF32B
Complementary color
Monochromatic Colors of #EEF32B
Black with #EEF32B
Text Example
Text Example
White with #EEF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF32B; }
p { color: rgb(238,243,43); }
H1.HeaderClassName
{
color: #EEF32B;
}
.AnyTagClassName
{
color: #EEF32B;
}
</style>
background-color css
<style>
a { background-color: #EEF32B; }
a { background-color: rgb(238,243,43); }
div.DivClassName
{
background-color: #EEF32B;
}
.BgClassName
{
background-color: #EEF32B;
}
</style>
border-color css
<style>
span { border-color: #EEF32B; }
span { border-color: rgb(238,243,43); }
td.TdClassName
{
border-color: #EEF32B;
}
.TagClassName
{
border-color: #EEF32B;
}
</style>