Shades of Golden Fizz #EAF825
Tints of Golden Fizz #EAF825
RGB
CMYK
RGB Variations
Color information
#EAF825 (or 0xEAF825) is known color: Golden Fizz. HEX triplet: EA, F8 and 25. RGB value is (234,248,37). Sum of RGB (Red+Green+Blue) = 234+248+37=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 37 (14.84% from 255 or 7.13% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF825 is #1507DA. Grayscale: #DCDCDC. Windows color (decimal): -1378267 or 2488554. OLE color: 2488554.
HSL color Cylindrical-coordinate representation of color #EAF825: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAF825 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.03 |
| HSL | 63.98º | 0.94% | 0.56% | - |
| HSV(B) | 63.98º | 0.85% | 0.97% | - |
| XYZ | 67.83 | 84.76 | 14.54 | - |
| YUV | 219.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 37 | 0.06 | 0 | 0.85 | 0.03 | 63.98 | 0.94 | 0.56 |
| Hex | EA | F8 | 25 | 6 | 0 | 55 | 3 | 40 | 5E | 38 |
| Octal | 352 | 370 | 45 | 6 | 0 | 125 | 3 | 100 | 136 | 70 |
| Binary | 11101010 | 11111000 | 100101 | 110 | 0 | 1010101 | 11 | 1000000 | 1011110 | 111000 |
Color Harmonies of #EAF825
Complementary color
Monochromatic Colors of #EAF825
Black with #EAF825
Text Example
Text Example
White with #EAF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF825; }
p { color: rgb(234,248,37); }
H1.HeaderClassName
{
color: #EAF825;
}
.AnyTagClassName
{
color: #EAF825;
}
</style>
background-color css
<style>
a { background-color: #EAF825; }
a { background-color: rgb(234,248,37); }
div.DivClassName
{
background-color: #EAF825;
}
.BgClassName
{
background-color: #EAF825;
}
</style>
border-color css
<style>
span { border-color: #EAF825; }
span { border-color: rgb(234,248,37); }
td.TdClassName
{
border-color: #EAF825;
}
.TagClassName
{
border-color: #EAF825;
}
</style>