Shades of Golden Fizz #EAFD28
Tints of Golden Fizz #EAFD28
RGB
CMYK
RGB Variations
Color information
#EAFD28 (or 0xEAFD28) is known color: Golden Fizz. HEX triplet: EA, FD and 28. RGB value is (234,253,40). Sum of RGB (Red+Green+Blue) = 234+253+40=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 40 (16.02% from 255 or 7.59% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD28 is #1502D7. Grayscale: #DFDFDF. Windows color (decimal): -1376984 or 2686442. OLE color: 2686442.
HSL color Cylindrical-coordinate representation of color #EAFD28: hue angle of 65.35º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAFD28 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 40 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.01 |
| HSL | 65.35º | 0.98% | 0.57% | - |
| HSV(B) | 65.35º | 0.84% | 0.99% | - |
| XYZ | 69.44 | 87.9 | 15.31 | - |
| YUV | 223.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 40 | 0.08 | 0 | 0.84 | 0.01 | 65.35 | 0.98 | 0.57 |
| Hex | EA | FD | 28 | 8 | 0 | 54 | 1 | 41 | 62 | 39 |
| Octal | 352 | 375 | 50 | 10 | 0 | 124 | 1 | 101 | 142 | 71 |
| Binary | 11101010 | 11111101 | 101000 | 1000 | 0 | 1010100 | 1 | 1000001 | 1100010 | 111001 |
Color Harmonies of #EAFD28
Complementary color
Monochromatic Colors of #EAFD28
Black with #EAFD28
Text Example
Text Example
White with #EAFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD28; }
p { color: rgb(234,253,40); }
H1.HeaderClassName
{
color: #EAFD28;
}
.AnyTagClassName
{
color: #EAFD28;
}
</style>
background-color css
<style>
a { background-color: #EAFD28; }
a { background-color: rgb(234,253,40); }
div.DivClassName
{
background-color: #EAFD28;
}
.BgClassName
{
background-color: #EAFD28;
}
</style>
border-color css
<style>
span { border-color: #EAFD28; }
span { border-color: rgb(234,253,40); }
td.TdClassName
{
border-color: #EAFD28;
}
.TagClassName
{
border-color: #EAFD28;
}
</style>