Shades of Golden Fizz #EAF629
Tints of Golden Fizz #EAF629
RGB
CMYK
RGB Variations
Color information
#EAF629 (or 0xEAF629) is known color: Golden Fizz. HEX triplet: EA, F6 and 29. RGB value is (234,246,41). Sum of RGB (Red+Green+Blue) = 234+246+41=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF629 is #1509D6. Grayscale: #DBDBDB. Windows color (decimal): -1378775 or 2750186. OLE color: 2750186.
HSL color Cylindrical-coordinate representation of color #EAF629: hue angle of 63.51º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAF629 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 41 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.04 |
| HSL | 63.51º | 0.92% | 0.56% | - |
| HSV(B) | 63.51º | 0.83% | 0.96% | - |
| XYZ | 67.29 | 83.56 | 14.68 | - |
| YUV | 219.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 41 | 0.05 | 0 | 0.83 | 0.04 | 63.51 | 0.92 | 0.56 |
| Hex | EA | F6 | 29 | 5 | 0 | 53 | 4 | 40 | 5C | 38 |
| Octal | 352 | 366 | 51 | 5 | 0 | 123 | 4 | 100 | 134 | 70 |
| Binary | 11101010 | 11110110 | 101001 | 101 | 0 | 1010011 | 100 | 1000000 | 1011100 | 111000 |
Color Harmonies of #EAF629
Complementary color
Monochromatic Colors of #EAF629
Black with #EAF629
Text Example
Text Example
White with #EAF629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF629; }
p { color: rgb(234,246,41); }
H1.HeaderClassName
{
color: #EAF629;
}
.AnyTagClassName
{
color: #EAF629;
}
</style>
background-color css
<style>
a { background-color: #EAF629; }
a { background-color: rgb(234,246,41); }
div.DivClassName
{
background-color: #EAF629;
}
.BgClassName
{
background-color: #EAF629;
}
</style>
border-color css
<style>
span { border-color: #EAF629; }
span { border-color: rgb(234,246,41); }
td.TdClassName
{
border-color: #EAF629;
}
.TagClassName
{
border-color: #EAF629;
}
</style>