Shades of Golden Fizz #EAFF36
Tints of Golden Fizz #EAFF36
RGB
CMYK
RGB Variations
Color information
#EAFF36 (or 0xEAFF36) is known color: Golden Fizz. HEX triplet: EA, FF and 36. RGB value is (234,255,54). Sum of RGB (Red+Green+Blue) = 234+255+54=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 54 (21.48% from 255 or 9.94% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF36 is #1500C9. Grayscale: #E2E2E2. Windows color (decimal): -1376458 or 3604458. OLE color: 3604458.
HSL color Cylindrical-coordinate representation of color #EAFF36: hue angle of 66.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAFF36 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 54 | - |
| CMYK | 0.08 | 0 | 0.79 | 0 |
| HSL | 66.27º | 1% | 0.61% | - |
| HSV(B) | 66.27º | 0.79% | 1% | - |
| XYZ | 70.36 | 89.28 | 17.01 | - |
| YUV | 225.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 54 | 0.08 | 0 | 0.79 | 0 | 66.27 | 1 | 0.61 |
| Hex | EA | FF | 36 | 8 | 0 | 4F | 0 | 42 | 64 | 3D |
| Octal | 352 | 377 | 66 | 10 | 0 | 117 | 0 | 102 | 144 | 75 |
| Binary | 11101010 | 11111111 | 110110 | 1000 | 0 | 1001111 | 0 | 1000010 | 1100100 | 111101 |
Color Harmonies of #EAFF36
Complementary color
Monochromatic Colors of #EAFF36
Black with #EAFF36
Text Example
Text Example
White with #EAFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFF36; }
p { color: rgb(234,255,54); }
H1.HeaderClassName
{
color: #EAFF36;
}
.AnyTagClassName
{
color: #EAFF36;
}
</style>
background-color css
<style>
a { background-color: #EAFF36; }
a { background-color: rgb(234,255,54); }
div.DivClassName
{
background-color: #EAFF36;
}
.BgClassName
{
background-color: #EAFF36;
}
</style>
border-color css
<style>
span { border-color: #EAFF36; }
span { border-color: rgb(234,255,54); }
td.TdClassName
{
border-color: #EAFF36;
}
.TagClassName
{
border-color: #EAFF36;
}
</style>