Shades of Golden Fizz #EAFC32
Tints of Golden Fizz #EAFC32
RGB
CMYK
RGB Variations
Color information
#EAFC32 (or 0xEAFC32) is known color: Golden Fizz. HEX triplet: EA, FC and 32. RGB value is (234,252,50). Sum of RGB (Red+Green+Blue) = 234+252+50=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 50 (19.92% from 255 or 9.33% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC32 is #1503CD. Grayscale: #E0E0E0. Windows color (decimal): -1377230 or 3341546. OLE color: 3341546.
HSL color Cylindrical-coordinate representation of color #EAFC32: hue angle of 65.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAFC32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.01 |
| HSL | 65.35º | 0.97% | 0.59% | - |
| HSV(B) | 65.35º | 0.8% | 0.99% | - |
| XYZ | 69.32 | 87.34 | 16.22 | - |
| YUV | 223.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 50 | 0.07 | 0 | 0.80 | 0.01 | 65.35 | 0.97 | 0.59 |
| Hex | EA | FC | 32 | 7 | 0 | 50 | 1 | 41 | 61 | 3B |
| Octal | 352 | 374 | 62 | 7 | 0 | 120 | 1 | 101 | 141 | 73 |
| Binary | 11101010 | 11111100 | 110010 | 111 | 0 | 1010000 | 1 | 1000001 | 1100001 | 111011 |
Color Harmonies of #EAFC32
Complementary color
Monochromatic Colors of #EAFC32
Black with #EAFC32
Text Example
Text Example
White with #EAFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC32; }
p { color: rgb(234,252,50); }
H1.HeaderClassName
{
color: #EAFC32;
}
.AnyTagClassName
{
color: #EAFC32;
}
</style>
background-color css
<style>
a { background-color: #EAFC32; }
a { background-color: rgb(234,252,50); }
div.DivClassName
{
background-color: #EAFC32;
}
.BgClassName
{
background-color: #EAFC32;
}
</style>
border-color css
<style>
span { border-color: #EAFC32; }
span { border-color: rgb(234,252,50); }
td.TdClassName
{
border-color: #EAFC32;
}
.TagClassName
{
border-color: #EAFC32;
}
</style>