Shades of Golden Fizz #EAFF25
Tints of Golden Fizz #EAFF25
RGB
CMYK
RGB Variations
Color information
#EAFF25 (or 0xEAFF25) is known color: Golden Fizz. HEX triplet: EA, FF and 25. RGB value is (234,255,37). Sum of RGB (Red+Green+Blue) = 234+255+37=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF25 is #1500DA. Grayscale: #E0E0E0. Windows color (decimal): -1376475 or 2490346. OLE color: 2490346.
HSL color Cylindrical-coordinate representation of color #EAFF25: hue angle of 65.78º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAFF25 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0 |
| HSL | 65.78º | 1% | 0.57% | - |
| HSV(B) | 65.78º | 0.85% | 1% | - |
| XYZ | 70.03 | 89.15 | 15.27 | - |
| YUV | 223.87 | 22.54 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 37 | 0.08 | 0 | 0.85 | 0 | 65.78 | 1 | 0.57 |
| Hex | EA | FF | 25 | 8 | 0 | 55 | 0 | 42 | 64 | 39 |
| Octal | 352 | 377 | 45 | 10 | 0 | 125 | 0 | 102 | 144 | 71 |
| Binary | 11101010 | 11111111 | 100101 | 1000 | 0 | 1010101 | 0 | 1000010 | 1100100 | 111001 |
Color Harmonies of #EAFF25
Complementary color
Monochromatic Colors of #EAFF25
Black with #EAFF25
Text Example
Text Example
White with #EAFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF25; }
p { color: rgb(234,255,37); }
H1.HeaderClassName
{
color: #EAFF25;
}
.AnyTagClassName
{
color: #EAFF25;
}
</style>
background-color css
<style>
a { background-color: #EAFF25; }
a { background-color: rgb(234,255,37); }
div.DivClassName
{
background-color: #EAFF25;
}
.BgClassName
{
background-color: #EAFF25;
}
</style>
border-color css
<style>
span { border-color: #EAFF25; }
span { border-color: rgb(234,255,37); }
td.TdClassName
{
border-color: #EAFF25;
}
.TagClassName
{
border-color: #EAFF25;
}
</style>