Shades of Golden Fizz #EAFA32
Tints of Golden Fizz #EAFA32
RGB
CMYK
RGB Variations
Color information
#EAFA32 (or 0xEAFA32) is known color: Golden Fizz. HEX triplet: EA, FA and 32. RGB value is (234,250,50). Sum of RGB (Red+Green+Blue) = 234+250+50=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 50 (19.92% from 255 or 9.36% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFA32 is #1505CD. Grayscale: #DFDFDF. Windows color (decimal): -1377742 or 3341034. OLE color: 3341034.
HSL color Cylindrical-coordinate representation of color #EAFA32: hue angle of 64.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAFA32 is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 50 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.02 |
| HSL | 64.8º | 0.95% | 0.59% | - |
| HSV(B) | 64.8º | 0.8% | 0.98% | - |
| XYZ | 68.69 | 86.09 | 16.01 | - |
| YUV | 222.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 50 | 0.06 | 0 | 0.8 | 0.02 | 64.8 | 0.95 | 0.59 |
| Hex | EA | FA | 32 | 6 | 0 | 50 | 2 | 41 | 5F | 3B |
| Octal | 352 | 372 | 62 | 6 | 0 | 120 | 2 | 101 | 137 | 73 |
| Binary | 11101010 | 11111010 | 110010 | 110 | 0 | 1010000 | 10 | 1000001 | 1011111 | 111011 |
Color Harmonies of #EAFA32
Complementary color
Monochromatic Colors of #EAFA32
Black with #EAFA32
Text Example
Text Example
White with #EAFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFA32; }
p { color: rgb(234,250,50); }
H1.HeaderClassName
{
color: #EAFA32;
}
.AnyTagClassName
{
color: #EAFA32;
}
</style>
background-color css
<style>
a { background-color: #EAFA32; }
a { background-color: rgb(234,250,50); }
div.DivClassName
{
background-color: #EAFA32;
}
.BgClassName
{
background-color: #EAFA32;
}
</style>
border-color css
<style>
span { border-color: #EAFA32; }
span { border-color: rgb(234,250,50); }
td.TdClassName
{
border-color: #EAFA32;
}
.TagClassName
{
border-color: #EAFA32;
}
</style>