Shades of Golden Fizz #EAF232
Tints of Golden Fizz #EAF232
RGB
CMYK
RGB Variations
Color information
#EAF232 (or 0xEAF232) is known color: Golden Fizz. HEX triplet: EA, F2 and 32. RGB value is (234,242,50). Sum of RGB (Red+Green+Blue) = 234+242+50=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF232 is #150DCD. Grayscale: #DADADA. Windows color (decimal): -1379790 or 3338986. OLE color: 3338986.
HSL color Cylindrical-coordinate representation of color #EAF232: hue angle of 62.5º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAF232 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 50 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.05 |
| HSL | 62.5º | 0.88% | 0.57% | - |
| HSV(B) | 62.5º | 0.79% | 0.95% | - |
| XYZ | 66.26 | 81.23 | 15.2 | - |
| YUV | 217.72 | 33.35 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 50 | 0.03 | 0 | 0.79 | 0.05 | 62.5 | 0.88 | 0.57 |
| Hex | EA | F2 | 32 | 3 | 0 | 4F | 5 | 3F | 58 | 39 |
| Octal | 352 | 362 | 62 | 3 | 0 | 117 | 5 | 77 | 130 | 71 |
| Binary | 11101010 | 11110010 | 110010 | 11 | 0 | 1001111 | 101 | 111111 | 1011000 | 111001 |
Color Harmonies of #EAF232
Complementary color
Monochromatic Colors of #EAF232
Black with #EAF232
Text Example
Text Example
White with #EAF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF232; }
p { color: rgb(234,242,50); }
H1.HeaderClassName
{
color: #EAF232;
}
.AnyTagClassName
{
color: #EAF232;
}
</style>
background-color css
<style>
a { background-color: #EAF232; }
a { background-color: rgb(234,242,50); }
div.DivClassName
{
background-color: #EAF232;
}
.BgClassName
{
background-color: #EAF232;
}
</style>
border-color css
<style>
span { border-color: #EAF232; }
span { border-color: rgb(234,242,50); }
td.TdClassName
{
border-color: #EAF232;
}
.TagClassName
{
border-color: #EAF232;
}
</style>