Shades of Golden Fizz #EAF233
Tints of Golden Fizz #EAF233
RGB
CMYK
RGB Variations
Color information
#EAF233 (or 0xEAF233) is known color: Golden Fizz. HEX triplet: EA, F2 and 33. RGB value is (234,242,51). Sum of RGB (Red+Green+Blue) = 234+242+51=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF233 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF233 is #150DCC. Grayscale: #DADADA. Windows color (decimal): -1379789 or 3404522. OLE color: 3404522.
HSL color Cylindrical-coordinate representation of color #EAF233: hue angle of 62.51º 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 #EAF233 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 51 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.05 |
| HSL | 62.51º | 0.88% | 0.57% | - |
| HSV(B) | 62.51º | 0.79% | 0.95% | - |
| XYZ | 66.28 | 81.24 | 15.32 | - |
| YUV | 217.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 51 | 0.03 | 0 | 0.79 | 0.05 | 62.51 | 0.88 | 0.57 |
| Hex | EA | F2 | 33 | 3 | 0 | 4F | 5 | 3F | 58 | 39 |
| Octal | 352 | 362 | 63 | 3 | 0 | 117 | 5 | 77 | 130 | 71 |
| Binary | 11101010 | 11110010 | 110011 | 11 | 0 | 1001111 | 101 | 111111 | 1011000 | 111001 |
Color Harmonies of #EAF233
Complementary color
Monochromatic Colors of #EAF233
Black with #EAF233
Text Example
Text Example
White with #EAF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF233; }
p { color: rgb(234,242,51); }
H1.HeaderClassName
{
color: #EAF233;
}
.AnyTagClassName
{
color: #EAF233;
}
</style>
background-color css
<style>
a { background-color: #EAF233; }
a { background-color: rgb(234,242,51); }
div.DivClassName
{
background-color: #EAF233;
}
.BgClassName
{
background-color: #EAF233;
}
</style>
border-color css
<style>
span { border-color: #EAF233; }
span { border-color: rgb(234,242,51); }
td.TdClassName
{
border-color: #EAF233;
}
.TagClassName
{
border-color: #EAF233;
}
</style>