Shades of Golden Fizz #EAF636
Tints of Golden Fizz #EAF636
RGB
CMYK
RGB Variations
Color information
#EAF636 (or 0xEAF636) is known color: Golden Fizz. HEX triplet: EA, F6 and 36. RGB value is (234,246,54). Sum of RGB (Red+Green+Blue) = 234+246+54=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 54 (21.48% from 255 or 10.11% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF636 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF636 is #1509C9. Grayscale: #DDDDDD. Windows color (decimal): -1378762 or 3602154. OLE color: 3602154.
HSL color Cylindrical-coordinate representation of color #EAF636: hue angle of 63.75º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAF636 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 54 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.04 |
| HSL | 63.75º | 0.91% | 0.59% | - |
| HSV(B) | 63.75º | 0.78% | 0.96% | - |
| XYZ | 67.55 | 83.67 | 16.08 | - |
| YUV | 220.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 54 | 0.05 | 0 | 0.78 | 0.04 | 63.75 | 0.91 | 0.59 |
| Hex | EA | F6 | 36 | 5 | 0 | 4E | 4 | 40 | 5B | 3B |
| Octal | 352 | 366 | 66 | 5 | 0 | 116 | 4 | 100 | 133 | 73 |
| Binary | 11101010 | 11110110 | 110110 | 101 | 0 | 1001110 | 100 | 1000000 | 1011011 | 111011 |
Color Harmonies of #EAF636
Complementary color
Monochromatic Colors of #EAF636
Black with #EAF636
Text Example
Text Example
White with #EAF636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF636; }
p { color: rgb(234,246,54); }
H1.HeaderClassName
{
color: #EAF636;
}
.AnyTagClassName
{
color: #EAF636;
}
</style>
background-color css
<style>
a { background-color: #EAF636; }
a { background-color: rgb(234,246,54); }
div.DivClassName
{
background-color: #EAF636;
}
.BgClassName
{
background-color: #EAF636;
}
</style>
border-color css
<style>
span { border-color: #EAF636; }
span { border-color: rgb(234,246,54); }
td.TdClassName
{
border-color: #EAF636;
}
.TagClassName
{
border-color: #EAF636;
}
</style>