Shades of Golden Fizz #EAF62F
Tints of Golden Fizz #EAF62F
RGB
CMYK
RGB Variations
Color information
#EAF62F (or 0xEAF62F) is known color: Golden Fizz. HEX triplet: EA, F6 and 2F. RGB value is (234,246,47). Sum of RGB (Red+Green+Blue) = 234+246+47=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF62F is #1509D0. Grayscale: #DCDCDC. Windows color (decimal): -1378769 or 3143402. OLE color: 3143402.
HSL color Cylindrical-coordinate representation of color #EAF62F: hue angle of 63.62º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF62F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 47 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.04 |
| HSL | 63.62º | 0.92% | 0.57% | - |
| HSV(B) | 63.62º | 0.81% | 0.96% | - |
| XYZ | 67.4 | 83.61 | 15.28 | - |
| YUV | 219.73 | 30.52 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 47 | 0.05 | 0 | 0.81 | 0.04 | 63.62 | 0.92 | 0.57 |
| Hex | EA | F6 | 2F | 5 | 0 | 51 | 4 | 40 | 5C | 39 |
| Octal | 352 | 366 | 57 | 5 | 0 | 121 | 4 | 100 | 134 | 71 |
| Binary | 11101010 | 11110110 | 101111 | 101 | 0 | 1010001 | 100 | 1000000 | 1011100 | 111001 |
Color Harmonies of #EAF62F
Complementary color
Monochromatic Colors of #EAF62F
Black with #EAF62F
Text Example
Text Example
White with #EAF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF62F; }
p { color: rgb(234,246,47); }
H1.HeaderClassName
{
color: #EAF62F;
}
.AnyTagClassName
{
color: #EAF62F;
}
</style>
background-color css
<style>
a { background-color: #EAF62F; }
a { background-color: rgb(234,246,47); }
div.DivClassName
{
background-color: #EAF62F;
}
.BgClassName
{
background-color: #EAF62F;
}
</style>
border-color css
<style>
span { border-color: #EAF62F; }
span { border-color: rgb(234,246,47); }
td.TdClassName
{
border-color: #EAF62F;
}
.TagClassName
{
border-color: #EAF62F;
}
</style>