Shades of Golden Fizz #EAFC2D
Tints of Golden Fizz #EAFC2D
RGB
CMYK
RGB Variations
Color information
#EAFC2D (or 0xEAFC2D) is known color: Golden Fizz. HEX triplet: EA, FC and 2D. RGB value is (234,252,45). Sum of RGB (Red+Green+Blue) = 234+252+45=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC2D is #1503D2. Grayscale: #DFDFDF. Windows color (decimal): -1377235 or 3013866. OLE color: 3013866.
HSL color Cylindrical-coordinate representation of color #EAFC2D: hue angle of 65.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAFC2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.01 |
| HSL | 65.22º | 0.97% | 0.58% | - |
| HSV(B) | 65.22º | 0.82% | 0.99% | - |
| XYZ | 69.22 | 87.3 | 15.69 | - |
| YUV | 223.02 | 27.54 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 45 | 0.07 | 0 | 0.82 | 0.01 | 65.22 | 0.97 | 0.58 |
| Hex | EA | FC | 2D | 7 | 0 | 52 | 1 | 41 | 61 | 3A |
| Octal | 352 | 374 | 55 | 7 | 0 | 122 | 1 | 101 | 141 | 72 |
| Binary | 11101010 | 11111100 | 101101 | 111 | 0 | 1010010 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #EAFC2D
Complementary color
Monochromatic Colors of #EAFC2D
Black with #EAFC2D
Text Example
Text Example
White with #EAFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC2D; }
p { color: rgb(234,252,45); }
H1.HeaderClassName
{
color: #EAFC2D;
}
.AnyTagClassName
{
color: #EAFC2D;
}
</style>
background-color css
<style>
a { background-color: #EAFC2D; }
a { background-color: rgb(234,252,45); }
div.DivClassName
{
background-color: #EAFC2D;
}
.BgClassName
{
background-color: #EAFC2D;
}
</style>
border-color css
<style>
span { border-color: #EAFC2D; }
span { border-color: rgb(234,252,45); }
td.TdClassName
{
border-color: #EAFC2D;
}
.TagClassName
{
border-color: #EAFC2D;
}
</style>