Shades of Golden Fizz #EEF42B
Tints of Golden Fizz #EEF42B
RGB
CMYK
RGB Variations
Color information
#EEF42B (or 0xEEF42B) is known color: Golden Fizz. HEX triplet: EE, F4 and 2B. RGB value is (238,244,43). Sum of RGB (Red+Green+Blue) = 238+244+43=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF42B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF42B is #110BD4. Grayscale: #DCDCDC. Windows color (decimal): -1117141 or 2880750. OLE color: 2880750.
HSL color Cylindrical-coordinate representation of color #EEF42B: hue angle of 61.79º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF42B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 244 | 43 | - |
CMYK | 0.02 | 0 | 0.82 | 0.04 |
HSL | 61.79º | 0.9% | 0.56% | - |
HSV(B) | 61.79º | 0.82% | 0.96% | - |
XYZ | 68.05 | 83.05 | 14.73 | - |
YUV | 219.29 | 28.51 | 141.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 244 | 43 | 0.02 | 0 | 0.82 | 0.04 | 61.79 | 0.9 | 0.56 |
Hex | EE | F4 | 2B | 2 | 0 | 52 | 4 | 3E | 5A | 38 |
Octal | 356 | 364 | 53 | 2 | 0 | 122 | 4 | 76 | 132 | 70 |
Binary | 11101110 | 11110100 | 101011 | 10 | 0 | 1010010 | 100 | 111110 | 1011010 | 111000 |
Color Harmonies of #EEF42B
Complementary color
Monochromatic Colors of #EEF42B
Black with #EEF42B
Text Example
Text Example
White with #EEF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF42B; }
p { color: rgb(238,244,43); }
H1.HeaderClassName
{
color: #EEF42B;
}
.AnyTagClassName
{
color: #EEF42B;
}
</style>
background-color css
<style>
a { background-color: #EEF42B; }
a { background-color: rgb(238,244,43); }
div.DivClassName
{
background-color: #EEF42B;
}
.BgClassName
{
background-color: #EEF42B;
}
</style>
border-color css
<style>
span { border-color: #EEF42B; }
span { border-color: rgb(238,244,43); }
td.TdClassName
{
border-color: #EEF42B;
}
.TagClassName
{
border-color: #EEF42B;
}
</style>