Shades of Golden Fizz #EAF320
Tints of Golden Fizz #EAF320
RGB
CMYK
RGB Variations
Color information
#EAF320 (or 0xEAF320) is known color: Golden Fizz. HEX triplet: EA, F3 and 20. RGB value is (234,243,32). Sum of RGB (Red+Green+Blue) = 234+243+32=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF320 is #150CDF. Grayscale: #D9D9D9. Windows color (decimal): -1379552 or 2159594. OLE color: 2159594.
HSL color Cylindrical-coordinate representation of color #EAF320: hue angle of 62.56º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAF320 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.05 |
| HSL | 62.56º | 0.9% | 0.54% | - |
| HSV(B) | 62.56º | 0.87% | 0.95% | - |
| XYZ | 66.24 | 81.7 | 13.64 | - |
| YUV | 216.26 | 24.02 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 32 | 0.04 | 0 | 0.87 | 0.05 | 62.56 | 0.9 | 0.54 |
| Hex | EA | F3 | 20 | 4 | 0 | 57 | 5 | 3F | 5A | 36 |
| Octal | 352 | 363 | 40 | 4 | 0 | 127 | 5 | 77 | 132 | 66 |
| Binary | 11101010 | 11110011 | 100000 | 100 | 0 | 1010111 | 101 | 111111 | 1011010 | 110110 |
Color Harmonies of #EAF320
Complementary color
Monochromatic Colors of #EAF320
Black with #EAF320
Text Example
Text Example
White with #EAF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF320; }
p { color: rgb(234,243,32); }
H1.HeaderClassName
{
color: #EAF320;
}
.AnyTagClassName
{
color: #EAF320;
}
</style>
background-color css
<style>
a { background-color: #EAF320; }
a { background-color: rgb(234,243,32); }
div.DivClassName
{
background-color: #EAF320;
}
.BgClassName
{
background-color: #EAF320;
}
</style>
border-color css
<style>
span { border-color: #EAF320; }
span { border-color: rgb(234,243,32); }
td.TdClassName
{
border-color: #EAF320;
}
.TagClassName
{
border-color: #EAF320;
}
</style>