Shades of Golden Fizz #EAFC24
Tints of Golden Fizz #EAFC24
RGB
CMYK
RGB Variations
Color information
#EAFC24 (or 0xEAFC24) is known color: Golden Fizz. HEX triplet: EA, FC and 24. RGB value is (234,252,36). Sum of RGB (Red+Green+Blue) = 234+252+36=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 36 (14.45% from 255 or 6.90% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC24 is #1503DB. Grayscale: #DEDEDE. Windows color (decimal): -1377244 or 2424042. OLE color: 2424042.
HSL color Cylindrical-coordinate representation of color #EAFC24: hue angle of 65º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAFC24 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 36 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.01 |
| HSL | 65º | 0.97% | 0.56% | - |
| HSV(B) | 65º | 0.86% | 0.99% | - |
| XYZ | 69.06 | 87.24 | 14.87 | - |
| YUV | 221.99 | 23.04 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 36 | 0.07 | 0 | 0.86 | 0.01 | 65 | 0.97 | 0.56 |
| Hex | EA | FC | 24 | 7 | 0 | 56 | 1 | 41 | 61 | 38 |
| Octal | 352 | 374 | 44 | 7 | 0 | 126 | 1 | 101 | 141 | 70 |
| Binary | 11101010 | 11111100 | 100100 | 111 | 0 | 1010110 | 1 | 1000001 | 1100001 | 111000 |
Color Harmonies of #EAFC24
Complementary color
Monochromatic Colors of #EAFC24
Black with #EAFC24
Text Example
Text Example
White with #EAFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC24; }
p { color: rgb(234,252,36); }
H1.HeaderClassName
{
color: #EAFC24;
}
.AnyTagClassName
{
color: #EAFC24;
}
</style>
background-color css
<style>
a { background-color: #EAFC24; }
a { background-color: rgb(234,252,36); }
div.DivClassName
{
background-color: #EAFC24;
}
.BgClassName
{
background-color: #EAFC24;
}
</style>
border-color css
<style>
span { border-color: #EAFC24; }
span { border-color: rgb(234,252,36); }
td.TdClassName
{
border-color: #EAFC24;
}
.TagClassName
{
border-color: #EAFC24;
}
</style>