Shades of Golden Fizz #EAF532
Tints of Golden Fizz #EAF532
RGB
CMYK
RGB Variations
Color information
#EAF532 (or 0xEAF532) is known color: Golden Fizz. HEX triplet: EA, F5 and 32. RGB value is (234,245,50). Sum of RGB (Red+Green+Blue) = 234+245+50=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF532 is #150ACD. Grayscale: #DCDCDC. Windows color (decimal): -1379022 or 3339754. OLE color: 3339754.
HSL color Cylindrical-coordinate representation of color #EAF532: hue angle of 63.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF532 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.38º | 0.91% | 0.58% | - |
| HSV(B) | 63.38º | 0.8% | 0.96% | - |
| XYZ | 67.16 | 83.03 | 15.5 | - |
| YUV | 219.48 | 32.36 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 50 | 0.04 | 0 | 0.80 | 0.04 | 63.38 | 0.91 | 0.58 |
| Hex | EA | F5 | 32 | 4 | 0 | 50 | 4 | 3F | 5B | 3A |
| Octal | 352 | 365 | 62 | 4 | 0 | 120 | 4 | 77 | 133 | 72 |
| Binary | 11101010 | 11110101 | 110010 | 100 | 0 | 1010000 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #EAF532
Complementary color
Monochromatic Colors of #EAF532
Black with #EAF532
Text Example
Text Example
White with #EAF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF532; }
p { color: rgb(234,245,50); }
H1.HeaderClassName
{
color: #EAF532;
}
.AnyTagClassName
{
color: #EAF532;
}
</style>
background-color css
<style>
a { background-color: #EAF532; }
a { background-color: rgb(234,245,50); }
div.DivClassName
{
background-color: #EAF532;
}
.BgClassName
{
background-color: #EAF532;
}
</style>
border-color css
<style>
span { border-color: #EAF532; }
span { border-color: rgb(234,245,50); }
td.TdClassName
{
border-color: #EAF532;
}
.TagClassName
{
border-color: #EAF532;
}
</style>