Shades of Golden Fizz #EAF02C
Tints of Golden Fizz #EAF02C
RGB
CMYK
RGB Variations
Color information
#EAF02C (or 0xEAF02C) is known color: Golden Fizz. HEX triplet: EA, F0 and 2C. RGB value is (234,240,44). Sum of RGB (Red+Green+Blue) = 234+240+44=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF02C is #150FD3. Grayscale: #D8D8D8. Windows color (decimal): -1380308 or 2945258. OLE color: 2945258.
HSL color Cylindrical-coordinate representation of color #EAF02C: hue angle of 61.84º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAF02C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.06 |
| HSL | 61.84º | 0.87% | 0.56% | - |
| HSV(B) | 61.84º | 0.82% | 0.94% | - |
| XYZ | 65.55 | 79.99 | 14.37 | - |
| YUV | 215.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 44 | 0.02 | 0 | 0.82 | 0.06 | 61.84 | 0.87 | 0.56 |
| Hex | EA | F0 | 2C | 2 | 0 | 52 | 6 | 3E | 57 | 38 |
| Octal | 352 | 360 | 54 | 2 | 0 | 122 | 6 | 76 | 127 | 70 |
| Binary | 11101010 | 11110000 | 101100 | 10 | 0 | 1010010 | 110 | 111110 | 1010111 | 111000 |
Color Harmonies of #EAF02C
Complementary color
Monochromatic Colors of #EAF02C
Black with #EAF02C
Text Example
Text Example
White with #EAF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF02C; }
p { color: rgb(234,240,44); }
H1.HeaderClassName
{
color: #EAF02C;
}
.AnyTagClassName
{
color: #EAF02C;
}
</style>
background-color css
<style>
a { background-color: #EAF02C; }
a { background-color: rgb(234,240,44); }
div.DivClassName
{
background-color: #EAF02C;
}
.BgClassName
{
background-color: #EAF02C;
}
</style>
border-color css
<style>
span { border-color: #EAF02C; }
span { border-color: rgb(234,240,44); }
td.TdClassName
{
border-color: #EAF02C;
}
.TagClassName
{
border-color: #EAF02C;
}
</style>