Shades of Golden Fizz #EAF32F
Tints of Golden Fizz #EAF32F
RGB
CMYK
RGB Variations
Color information
#EAF32F (or 0xEAF32F) is known color: Golden Fizz. HEX triplet: EA, F3 and 2F. RGB value is (234,243,47). Sum of RGB (Red+Green+Blue) = 234+243+47=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 47 (18.75% from 255 or 8.97% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF32F is #150CD0. Grayscale: #DADADA. Windows color (decimal): -1379537 or 3142634. OLE color: 3142634.
HSL color Cylindrical-coordinate representation of color #EAF32F: hue angle of 62.76º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF32F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 47 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.05 |
| HSL | 62.76º | 0.89% | 0.57% | - |
| HSV(B) | 62.76º | 0.81% | 0.95% | - |
| XYZ | 66.5 | 81.8 | 14.97 | - |
| YUV | 217.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 47 | 0.04 | 0 | 0.81 | 0.05 | 62.76 | 0.89 | 0.57 |
| Hex | EA | F3 | 2F | 4 | 0 | 51 | 5 | 3F | 59 | 39 |
| Octal | 352 | 363 | 57 | 4 | 0 | 121 | 5 | 77 | 131 | 71 |
| Binary | 11101010 | 11110011 | 101111 | 100 | 0 | 1010001 | 101 | 111111 | 1011001 | 111001 |
Color Harmonies of #EAF32F
Complementary color
Monochromatic Colors of #EAF32F
Black with #EAF32F
Text Example
Text Example
White with #EAF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF32F; }
p { color: rgb(234,243,47); }
H1.HeaderClassName
{
color: #EAF32F;
}
.AnyTagClassName
{
color: #EAF32F;
}
</style>
background-color css
<style>
a { background-color: #EAF32F; }
a { background-color: rgb(234,243,47); }
div.DivClassName
{
background-color: #EAF32F;
}
.BgClassName
{
background-color: #EAF32F;
}
</style>
border-color css
<style>
span { border-color: #EAF32F; }
span { border-color: rgb(234,243,47); }
td.TdClassName
{
border-color: #EAF32F;
}
.TagClassName
{
border-color: #EAF32F;
}
</style>