Shades of Golden Fizz #EAFE24
Tints of Golden Fizz #EAFE24
RGB
CMYK
RGB Variations
Color information
#EAFE24 (or 0xEAFE24) is known color: Golden Fizz. HEX triplet: EA, FE and 24. RGB value is (234,254,36). Sum of RGB (Red+Green+Blue) = 234+254+36=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 36 (14.45% from 255 or 6.87% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE24 is #1501DB. Grayscale: #E0E0E0. Windows color (decimal): -1376732 or 2424554. OLE color: 2424554.
HSL color Cylindrical-coordinate representation of color #EAFE24: hue angle of 65.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAFE24 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 36 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.00 |
| HSL | 65.5º | 0.99% | 0.57% | - |
| HSV(B) | 65.5º | 0.86% | 1% | - |
| XYZ | 69.69 | 88.5 | 15.08 | - |
| YUV | 223.17 | 22.37 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 36 | 0.08 | 0 | 0.86 | 0.00 | 65.5 | 0.99 | 0.57 |
| Hex | EA | FE | 24 | 8 | 0 | 56 | 0 | 42 | 63 | 39 |
| Octal | 352 | 376 | 44 | 10 | 0 | 126 | 0 | 102 | 143 | 71 |
| Binary | 11101010 | 11111110 | 100100 | 1000 | 0 | 1010110 | 0 | 1000010 | 1100011 | 111001 |
Color Harmonies of #EAFE24
Complementary color
Monochromatic Colors of #EAFE24
Black with #EAFE24
Text Example
Text Example
White with #EAFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE24; }
p { color: rgb(234,254,36); }
H1.HeaderClassName
{
color: #EAFE24;
}
.AnyTagClassName
{
color: #EAFE24;
}
</style>
background-color css
<style>
a { background-color: #EAFE24; }
a { background-color: rgb(234,254,36); }
div.DivClassName
{
background-color: #EAFE24;
}
.BgClassName
{
background-color: #EAFE24;
}
</style>
border-color css
<style>
span { border-color: #EAFE24; }
span { border-color: rgb(234,254,36); }
td.TdClassName
{
border-color: #EAFE24;
}
.TagClassName
{
border-color: #EAFE24;
}
</style>