Shades of Golden Fizz #EAFE32
Tints of Golden Fizz #EAFE32
RGB
CMYK
RGB Variations
Color information
#EAFE32 (or 0xEAFE32) is known color: Golden Fizz. HEX triplet: EA, FE and 32. RGB value is (234,254,50). Sum of RGB (Red+Green+Blue) = 234+254+50=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE32 is #1501CD. Grayscale: #E1E1E1. Windows color (decimal): -1376718 or 3342058. OLE color: 3342058.
HSL color Cylindrical-coordinate representation of color #EAFE32: hue angle of 65.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAFE32 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 50 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.00 |
| HSL | 65.88º | 0.99% | 0.6% | - |
| HSV(B) | 65.88º | 0.8% | 1% | - |
| XYZ | 69.95 | 88.61 | 16.43 | - |
| YUV | 224.76 | 29.37 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 50 | 0.08 | 0 | 0.80 | 0.00 | 65.88 | 0.99 | 0.6 |
| Hex | EA | FE | 32 | 8 | 0 | 50 | 0 | 42 | 63 | 3C |
| Octal | 352 | 376 | 62 | 10 | 0 | 120 | 0 | 102 | 143 | 74 |
| Binary | 11101010 | 11111110 | 110010 | 1000 | 0 | 1010000 | 0 | 1000010 | 1100011 | 111100 |
Color Harmonies of #EAFE32
Complementary color
Monochromatic Colors of #EAFE32
Black with #EAFE32
Text Example
Text Example
White with #EAFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE32; }
p { color: rgb(234,254,50); }
H1.HeaderClassName
{
color: #EAFE32;
}
.AnyTagClassName
{
color: #EAFE32;
}
</style>
background-color css
<style>
a { background-color: #EAFE32; }
a { background-color: rgb(234,254,50); }
div.DivClassName
{
background-color: #EAFE32;
}
.BgClassName
{
background-color: #EAFE32;
}
</style>
border-color css
<style>
span { border-color: #EAFE32; }
span { border-color: rgb(234,254,50); }
td.TdClassName
{
border-color: #EAFE32;
}
.TagClassName
{
border-color: #EAFE32;
}
</style>