Shades of Golden Fizz #EAFD2C
Tints of Golden Fizz #EAFD2C
RGB
CMYK
RGB Variations
Color information
#EAFD2C (or 0xEAFD2C) is known color: Golden Fizz. HEX triplet: EA, FD and 2C. RGB value is (234,253,44). Sum of RGB (Red+Green+Blue) = 234+253+44=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD2C is #1502D3. Grayscale: #E0E0E0. Windows color (decimal): -1376980 or 2948586. OLE color: 2948586.
HSL color Cylindrical-coordinate representation of color #EAFD2C: hue angle of 65.45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAFD2C is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 44 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.01 |
| HSL | 65.45º | 0.98% | 0.58% | - |
| HSV(B) | 65.45º | 0.83% | 0.99% | - |
| XYZ | 69.51 | 87.92 | 15.69 | - |
| YUV | 223.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 44 | 0.08 | 0 | 0.83 | 0.01 | 65.45 | 0.98 | 0.58 |
| Hex | EA | FD | 2C | 8 | 0 | 53 | 1 | 41 | 62 | 3A |
| Octal | 352 | 375 | 54 | 10 | 0 | 123 | 1 | 101 | 142 | 72 |
| Binary | 11101010 | 11111101 | 101100 | 1000 | 0 | 1010011 | 1 | 1000001 | 1100010 | 111010 |
Color Harmonies of #EAFD2C
Complementary color
Monochromatic Colors of #EAFD2C
Black with #EAFD2C
Text Example
Text Example
White with #EAFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD2C; }
p { color: rgb(234,253,44); }
H1.HeaderClassName
{
color: #EAFD2C;
}
.AnyTagClassName
{
color: #EAFD2C;
}
</style>
background-color css
<style>
a { background-color: #EAFD2C; }
a { background-color: rgb(234,253,44); }
div.DivClassName
{
background-color: #EAFD2C;
}
.BgClassName
{
background-color: #EAFD2C;
}
</style>
border-color css
<style>
span { border-color: #EAFD2C; }
span { border-color: rgb(234,253,44); }
td.TdClassName
{
border-color: #EAFD2C;
}
.TagClassName
{
border-color: #EAFD2C;
}
</style>