Shades of Golden Fizz #EAFE25
Tints of Golden Fizz #EAFE25
RGB
CMYK
RGB Variations
Color information
#EAFE25 (or 0xEAFE25) is known color: Golden Fizz. HEX triplet: EA, FE and 25. RGB value is (234,254,37). Sum of RGB (Red+Green+Blue) = 234+254+37=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE25 is #1501DA. Grayscale: #E0E0E0. Windows color (decimal): -1376731 or 2490090. OLE color: 2490090.
HSL color Cylindrical-coordinate representation of color #EAFE25: hue angle of 65.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAFE25 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.00 |
| HSL | 65.53º | 0.99% | 0.57% | - |
| HSV(B) | 65.53º | 0.85% | 1% | - |
| XYZ | 69.71 | 88.51 | 15.16 | - |
| YUV | 223.28 | 22.87 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 37 | 0.08 | 0 | 0.85 | 0.00 | 65.53 | 0.99 | 0.57 |
| Hex | EA | FE | 25 | 8 | 0 | 55 | 0 | 42 | 63 | 39 |
| Octal | 352 | 376 | 45 | 10 | 0 | 125 | 0 | 102 | 143 | 71 |
| Binary | 11101010 | 11111110 | 100101 | 1000 | 0 | 1010101 | 0 | 1000010 | 1100011 | 111001 |
Color Harmonies of #EAFE25
Complementary color
Monochromatic Colors of #EAFE25
Black with #EAFE25
Text Example
Text Example
White with #EAFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE25; }
p { color: rgb(234,254,37); }
H1.HeaderClassName
{
color: #EAFE25;
}
.AnyTagClassName
{
color: #EAFE25;
}
</style>
background-color css
<style>
a { background-color: #EAFE25; }
a { background-color: rgb(234,254,37); }
div.DivClassName
{
background-color: #EAFE25;
}
.BgClassName
{
background-color: #EAFE25;
}
</style>
border-color css
<style>
span { border-color: #EAFE25; }
span { border-color: rgb(234,254,37); }
td.TdClassName
{
border-color: #EAFE25;
}
.TagClassName
{
border-color: #EAFE25;
}
</style>