Shades of Golden Fizz #EAF328
Tints of Golden Fizz #EAF328
RGB
CMYK
RGB Variations
Color information
#EAF328 (or 0xEAF328) is known color: Golden Fizz. HEX triplet: EA, F3 and 28. RGB value is (234,243,40). Sum of RGB (Red+Green+Blue) = 234+243+40=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 40 (16.02% from 255 or 7.74% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF328 is #150CD7. Grayscale: #D9D9D9. Windows color (decimal): -1379544 or 2683882. OLE color: 2683882.
HSL color Cylindrical-coordinate representation of color #EAF328: hue angle of 62.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAF328 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 40 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.05 |
| HSL | 62.66º | 0.89% | 0.55% | - |
| HSV(B) | 62.66º | 0.84% | 0.95% | - |
| XYZ | 66.37 | 81.75 | 14.29 | - |
| YUV | 217.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 40 | 0.04 | 0 | 0.84 | 0.05 | 62.66 | 0.89 | 0.55 |
| Hex | EA | F3 | 28 | 4 | 0 | 54 | 5 | 3F | 59 | 37 |
| Octal | 352 | 363 | 50 | 4 | 0 | 124 | 5 | 77 | 131 | 67 |
| Binary | 11101010 | 11110011 | 101000 | 100 | 0 | 1010100 | 101 | 111111 | 1011001 | 110111 |
Color Harmonies of #EAF328
Complementary color
Monochromatic Colors of #EAF328
Black with #EAF328
Text Example
Text Example
White with #EAF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF328; }
p { color: rgb(234,243,40); }
H1.HeaderClassName
{
color: #EAF328;
}
.AnyTagClassName
{
color: #EAF328;
}
</style>
background-color css
<style>
a { background-color: #EAF328; }
a { background-color: rgb(234,243,40); }
div.DivClassName
{
background-color: #EAF328;
}
.BgClassName
{
background-color: #EAF328;
}
</style>
border-color css
<style>
span { border-color: #EAF328; }
span { border-color: rgb(234,243,40); }
td.TdClassName
{
border-color: #EAF328;
}
.TagClassName
{
border-color: #EAF328;
}
</style>